We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ea710 commit 7b5eee3Copy full SHA for 7b5eee3
.travis.yml
@@ -7,8 +7,7 @@ before_install:
7
- sudo apt-get install -qq poppler-data poppler-utils python-dev python-imaging python-setuptools python-pdftools python-lxml
8
- sudo pip install simplejson
9
install:
10
- - python bootstrap.py
11
- - bin/buildout
+ - pip install -r requirements.txt --use-mirrors
12
# command to run tests, e.g. python setup.py test
13
script:
14
- - bin/test
+ - ./manage.py test
0 commit comments