mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Fix .travis.yml.
This commit is contained in:
parent
b4ae25807b
commit
9ca82c34fc
@ -17,7 +17,7 @@ env:
|
||||
install:
|
||||
- if [ "$WITH_OPT_DEPS" = "true" ] ; then pip install -vr requirements.txt; fi
|
||||
- if [[ "$TRAVIS_PYTHON_VERSION" =~ ^3\.[4-9] ]] ; then pip install -v git+https://github.com/ProgVal/irctest.git; fi
|
||||
- pip uninstall limnoria || true
|
||||
- echo "y" | pip uninstall limnoria || true
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script:
|
||||
- echo $TRAVIS_PYTHON_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user