Skip to content

Commit

Permalink
Specify versions of deps on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jul 3, 2016
1 parent 4cef2ad commit 07c5aaf
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 @@ -20,10 +20,10 @@ addons:
- zlib1g-dev

script:
- pip install Pillow
- pip install Pillow==2.3.0
- python -m doctest -v fabulous/*.py
- python setup.py install
- pip install sphinx
- pip install sphinx==1.2.2
- pip install sphinxcontrib-programoutput
- sphinx-build docs gh-pages

Expand Down

0 comments on commit 07c5aaf

Please sign in to comment.