Skip to content

Commit

Permalink
pin pygments to 1.6 since 2.0 requires python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasserra committed Dec 7, 2014
1 parent 63366dd commit 514caf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,6 +5,6 @@ python:
- "pypy"
- "3.2"
# command to install dependencies
install: pip install --use-mirrors pygments
install: pip install --use-mirrors Pygments==1.6
# command to run tests
script: make testone

0 comments on commit 514caf3

Please sign in to comment.