Update Travis instructions

This commit is contained in:
Phyks 2014-08-03 00:22:08 +02:00
parent 7fda1bd5fa
commit 15ccbb95c9
1 changed files with 3 additions and 1 deletions

View File

@ -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