Update Travis instructions
This commit is contained in:
parent
7fda1bd5fa
commit
15ccbb95c9
@ -1,12 +1,14 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
|
- 3.2
|
||||||
|
- 3.3
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||||
install:
|
install:
|
||||||
- pip install arxiv2bib
|
- pip install arxiv2bib
|
||||||
- pip install requesocks
|
- pip install PySocks
|
||||||
- pip install pyPDF2
|
- pip install pyPDF2
|
||||||
- pip install tear-pages
|
- pip install tear-pages
|
||||||
- pip install isbnlib
|
- pip install isbnlib
|
||||||
|
Loading…
Reference in New Issue
Block a user