Only run 2to3 on Python 3.x. Makes sense no?
This commit is contained in:
parent
cae91ce0c5
commit
0e7878b406
@ -58,7 +58,7 @@ install:
|
|||||||
- python setup.py install
|
- python setup.py install
|
||||||
script:
|
script:
|
||||||
- python setup.py test
|
- python setup.py test
|
||||||
- 2to3 . -w
|
- if [[ $TRAVIS_PYTHON_VERSION == '3.'* ]]; then 2to3 . -w; fi;
|
||||||
- python benchmark.py
|
- python benchmark.py
|
||||||
notifications:
|
notifications:
|
||||||
irc: "irc.freenode.org#mongoengine"
|
irc: "irc.freenode.org#mongoengine"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user