Browse Source

Add Pygments to build environment as well

WTF? docutils does not set up dependency correctly?  Or pip does not
handle it??
Matthew Wang 10 years ago
parent
commit
e3e838d8fb
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml View File

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 coverage
14
     - pip --quiet install coverage
14
     - coverage --version
15
     - coverage --version
15
     - sudo apt-get --quiet=2 install patchutils
16
     - sudo apt-get --quiet=2 install patchutils