Mercurial > p > roundup > code
diff .travis.yml @ 7451:ec5111fa3279
apparently the : was causing travis-ci to fail parsing of file.
no-github-ci
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 04 Jun 2023 23:46:57 -0400 |
| parents | 2da90d07e8bd |
| children | 46248c3ca7af 98d32db3b21e |
line wrap: on
line diff
--- a/.travis.yml Sun Jun 04 23:39:40 2023 -0400 +++ b/.travis.yml Sun Jun 04 23:46:57 2023 -0400 @@ -162,7 +162,7 @@ script: - PATH=$VIRTUAL_ENV/bin:$PATH - export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH - - python -c "import sys; print('python version: ', sys.version)" + - python -c "import sys; print('python version ', sys.version)" - if [[ "$TRAVIS_PYTHON_VERSION" != "2."* ]]; then python -m pytest -r a --durations=20
