Browse Source

Pygments 2.0.2 does now requires python >= 3.3

Trying an older version
Matthew Wang 9 years ago
parent
commit
2c9ed9adf5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -10,7 +10,7 @@ python:
10 10
 
11 11
 before_install:
12 12
     - pip --quiet install docutils
13
-    - pip --quiet install Pygments
13
+    - pip --quiet install Pygments==1.6
14 14
     - pip --quiet install coverage
15 15
     - coverage --version
16 16
     - sudo apt-get --quiet=2 install patchutils