summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 08824c7..d9cff19 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,9 @@ language: python
python:
- "2.6"
- "2.7"
- - "3.2"
+ - "3.3"
# command to install dependencies
-install: "pip install nose --use-mirrors"
+install: "pip install nose"
script: PYTHONPATH=`pwd`/parsers nosetests tests/
branches:
only: