Experimental build settings for travis

This commit is contained in:
Manuel Ebert 2013-04-18 11:52:53 +02:00
parent 80da7326b8
commit 52b5b4848d

View file

@ -1,7 +1,8 @@
language: python language: python
python: python:
- "2.6"
- "2.7" - "2.7"
# - "3.2" - "3.2"
install: "pip install -r requirements.txt --use-mirrors" install: "pip install -r requirements.txt --use-mirrors"
# command to run tests # command to run tests
script: nosetests script: nosetests