travis.yml: Fix Python 3 build.

This commit is contained in:
Valentin Lorentz 2013-01-06 13:31:34 +01:00
parent a5292ae3b4
commit dc7ac9a7a8
1 changed files with 2 additions and 1 deletions

View File

@ -8,5 +8,6 @@ install:
- pip install pytz
# command to run tests, e.g. python setup.py test
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/