Explorar el Código

Pygments 2.0.2 does now requires python >= 3.3

Trying an older version
Matthew Wang hace 11 años
padre
commit
2c9ed9adf5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

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