diff --git a/.travis.yml b/.travis.yml index 70853433..35fa5783 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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