Skip to content

Commit

Permalink
Make Python<=3.2 use pygments 1.6 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
unbrice committed May 23, 2015
1 parent 16ef8b3 commit d251410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
install:
- pip install --use-wheel --use-mirrors -r build-requirements.txt
- pip install --use-wheel --use-mirrors coveralls
- python -c 'import sys; sys.exit(sys.version_info[:2] <= (3, 2))' || pip install --use-wheel --use-mirrors --upgrade "pygments==1.6"
script:
- coverage run --source=py1 setup.py test
# Checks that pip can install the package.
Expand Down
2 changes: 1 addition & 1 deletion build-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mock
sphinx>=1.3
sphinx_rtd_theme>=0.1.8

pygments

0 comments on commit d251410

Please sign in to comment.