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 8e425b6 commit 0c19bdeCopy full SHA for 0c19bde
.travis.yml
@@ -162,7 +162,7 @@ before_script:
162
script:
163
- PATH=$VIRTUAL_ENV/bin:$PATH
164
- export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
165
- - python -c "import sys; print('python version: ', sys.version)"
+ - python -c "import sys; print('python version ', sys.version)"
166
- if [[ "$TRAVIS_PYTHON_VERSION" != "2."* ]]; then
167
python -m pytest -r a
168
--durations=20
0 commit comments