Skip to content

Commit a579a90

Browse files
committed
Merge pull request #1225 from hugovk/pyroma_for_all
Pyroma installation no longer slow on Py3
2 parents 9bbc756 + fa27200 commit a579a90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ install:
2020
- "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick"
2121
- "travis_retry pip install cffi"
2222
- "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
23+
- "travis_retry pip install pyroma"
2624

2725
- if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then travis_retry pip install unittest2; fi
2826

0 commit comments

Comments
 (0)