mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
travis.yml: Fix Python 3 build.
This commit is contained in:
parent
a5292ae3b4
commit
dc7ac9a7a8
@ -8,5 +8,6 @@ install:
|
|||||||
- pip install pytz
|
- pip install pytz
|
||||||
# command to run tests, e.g. python setup.py test
|
# command to run tests, e.g. python setup.py test
|
||||||
script:
|
script:
|
||||||
- python setup.py install
|
- echo $TRAVIS_PYTHON_VERSION
|
||||||
|
- if [ `echo $TRAVIS_PYTHON_VERSION | head -c 1` -eq 3 ] ; then ./sandbox/run_2to3.sh -j3; cd py3k/; python3 setup.py install; else python setup.py install; fi
|
||||||
- supybot-test test --plugins-dir=plugins/
|
- supybot-test test --plugins-dir=plugins/
|
||||||
|
Loading…
Reference in New Issue
Block a user