Skip to content

Commit 514caf3

Browse files
committed
pin pygments to 1.6 since 2.0 requires python 3.3
1 parent 63366dd commit 514caf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ python:
55
- "pypy"
66
- "3.2"
77
# command to install dependencies
8-
install: pip install --use-mirrors pygments
8+
install: pip install --use-mirrors Pygments==1.6
99
# command to run tests
1010
script: make testone

0 commit comments

Comments
 (0)