Skip to content

Commit 0c19bde

Browse files
committed
apparently the : was causing travis-ci to fail parsing of file.
no-github-ci
1 parent 8e425b6 commit 0c19bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ before_script:
162162
script:
163163
- PATH=$VIRTUAL_ENV/bin:$PATH
164164
- export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
165-
- python -c "import sys; print('python version: ', sys.version)"
165+
- python -c "import sys; print('python version ', sys.version)"
166166
- if [[ "$TRAVIS_PYTHON_VERSION" != "2."* ]]; then
167167
python -m pytest -r a
168168
--durations=20

0 commit comments

Comments
 (0)