We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee8e9f commit 5c655bcCopy full SHA for 5c655bc
.travis.yml
@@ -7,7 +7,7 @@ python:
7
- "2.6"
8
install:
9
- if ! [[ $TRAVIS_PYTHON_VERSION > '2.6' ]]; then pip install unittest2 ; fi
10
- - pip install -r dev_requirements.txt
+ - pip install --install-option='--no-cython-compile' -r dev_requirements.txt
11
- python setup.py develop
12
script:
13
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then python -m unittest2.__main__ discover -v tests ; fi
0 commit comments