Skip to content

Commit

Permalink
Merge pull request #222 from trentm/travis-fix
Browse files Browse the repository at this point in the history
Travis build fix
  • Loading branch information
nicholasserra committed Aug 12, 2016
2 parents de414c4 + e7f315c commit 4d57b02
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==1.6
install: pip install Pygments==1.6
# command to run tests
script: make testone

0 comments on commit 4d57b02

Please sign in to comment.