From 15ccbb95c949e8aebc0db62fb57e8f9d9d1feba8 Mon Sep 17 00:00:00 2001 From: Phyks Date: Sun, 3 Aug 2014 00:22:08 +0200 Subject: [PATCH] Update Travis instructions --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 85fa9ba..bfa9cb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,14 @@ language: python python: - 2.7 + - 3.2 + - 3.3 before_install: - sudo apt-get update # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install arxiv2bib - - pip install requesocks + - pip install PySocks - pip install pyPDF2 - pip install tear-pages - pip install isbnlib