mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Revert "Update .travis.yml"
This reverts commit 732b2daace
.
Conflicts:
.travis.yml
This commit is contained in:
parent
57429f9386
commit
06b929c1a3
@ -9,10 +9,11 @@ python:
|
||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||
install:
|
||||
- pip install -vr requirements.txt
|
||||
- pip install -r requirements.txt
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script:
|
||||
- echo $TRAVIS_PYTHON_VERSION
|
||||
- pip install -v .
|
||||
- python setup.py install
|
||||
- supybot-test test --plugins-dir=./build/lib*/supybot/plugins/ --no-network --disable-multiprocessing --exclude=./build/lib*/supybot/plugins/Scheduler --exclude=./build/lib*/supybot/plugins/Filter
|
||||
after_success:
|
||||
- sandbox/check_trans.py plugins/
|
||||
|
Loading…
Reference in New Issue
Block a user