We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70067f8 + 25469e0 commit a898464Copy full SHA for a898464
.travis.yml
@@ -17,8 +17,7 @@ python:
17
- 3.3
18
19
install:
20
- - pip install -q --use-mirrors nose python-dateutil numpy pep8 pyparsing
21
- - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then pip -q install --use-mirrors PIL; fi
+ - pip install -q --use-mirrors nose python-dateutil numpy pep8 pyparsing pillow
22
- sudo apt-get update && sudo apt-get -qq install inkscape
23
- python setup.py install
24
0 commit comments