Skip to content

Commit

Permalink
(Try to) fix Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed May 2, 2019
1 parent 7e437a7 commit 240f643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ addons:
install:
- pip install --upgrade pip setuptools coverage sphinx coveralls
- pip install --upgrade matplotlib pycairo
# Temporary workaround for https://travis-ci.org/jacquev6/DrawTurksHead/builds/523061857#L1358
- if [ "v$TRAVIS_PYTHON_VERSION" == "v2.7" ]; then pip install urllib3==1.24.2; fi
script:
- coverage run --include=DrawTurksHead*,build/lib/DrawTurksHead* setup.py test
- if [ "v$TRAVIS_PYTHON_VERSION" == "v2.7" ]; then python setup.py build_sphinx --builder=doctest; fi
Expand Down

0 comments on commit 240f643

Please sign in to comment.