Only run 2to3 on Python 3.x. Makes sense no?

This commit is contained in:
Omer Katz 2014-06-26 12:41:26 +03:00
parent cae91ce0c5
commit 0e7878b406

View File

@ -58,7 +58,7 @@ install:
- python setup.py install
script:
- python setup.py test
- 2to3 . -w
- if [[ $TRAVIS_PYTHON_VERSION == '3.'* ]]; then 2to3 . -w; fi;
- python benchmark.py
notifications:
irc: "irc.freenode.org#mongoengine"