Skip to content

Commit

Permalink
Merge pull request #1204 from Axelrod-Python/fix-sphinx-build
Browse files Browse the repository at this point in the history
Unpin sphinx on travis.
  • Loading branch information
meatballs authored Aug 30, 2018
2 parents 481b2a6 + c5260e7 commit 5223fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ before_install:
- sh -e /etc/init.d/xvfb start
install:
- pip install -r requirements.txt
- pip install sphinx==1.7.6
- pip install sphinx
- pip install sphinx_rtd_theme
- pip install docutils==0.12
- pip install coverage
- pip install coveralls
- pip install mypy
script:
# Build the documentation
- cd docs; make html
- cd docs; make clean; make html
# Run the test suit with coverage
- cd ..
- travis_wait 60 coverage run --source=axelrod -m unittest discover
Expand Down

0 comments on commit 5223fe5

Please sign in to comment.