Skip to content

Commit 7b5eee3

Browse files
committed
Modify travis config
1 parent 70ea710 commit 7b5eee3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ before_install:
77
- sudo apt-get install -qq poppler-data poppler-utils python-dev python-imaging python-setuptools python-pdftools python-lxml
88
- sudo pip install simplejson
99
install:
10-
- python bootstrap.py
11-
- bin/buildout
10+
- pip install -r requirements.txt --use-mirrors
1211
# command to run tests, e.g. python setup.py test
1312
script:
14-
- bin/test
13+
- ./manage.py test

0 commit comments

Comments
 (0)