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