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 f7b69b7 commit 6d429ebCopy full SHA for 6d429eb
.travis.yml
@@ -4,7 +4,7 @@ python:
4
- "3.4"
5
6
install:
7
- - sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick
+ - sudo apt-get -qq install libatlas-base-dev
8
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-2.txt; fi
9
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-3.txt; fi
10
- pip install pep8
0 commit comments