Force 2.7 bytecode compilation on Travis

This commit is contained in:
rocky
2015-12-13 18:48:17 -05:00
parent 94bb5ae541
commit 48df0cfc4c

View File

@@ -10,4 +10,4 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
script:
- make test
- COMPILE='--compile' make test