Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498e249 commit 25469e0Copy full SHA for 25469e0
.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