We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bbc756 + fa27200 commit a579a90Copy full SHA for a579a90
.travis.yml
@@ -20,9 +20,7 @@ install:
20
- "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick"
21
- "travis_retry pip install cffi"
22
- "travis_retry pip install coverage nose"
23
-
24
- # Pyroma installation is slow on Py3, so just do it for Py2.
25
- - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then travis_retry pip install pyroma; fi
+ - "travis_retry pip install pyroma"
26
27
- if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then travis_retry pip install unittest2; fi
28
0 commit comments