Travis: try install a different way

This commit is contained in:
rocky
2015-12-14 15:34:01 -05:00
parent e50d8d9d24
commit 0b3a8047ff

View File

@@ -6,8 +6,8 @@ python:
- '2.7' - '2.7'
install: install:
- python setup.py install - python ./setup.py develop
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
script: script:
- COMPILE='--compile' make test - python ./setup.py develop && COMPILE='--compile' make test