Fixed travis yml

This commit is contained in:
Martin Mahner 2013-11-25 22:52:58 +01:00
parent a896d17aa0
commit f1be2e324e

View file

@ -3,7 +3,7 @@ python:
- "2.7"
- "3.3"
install:
- "pip install Django==1.6
- "pip install Django==1.6"
- "pip install -e ."
script:
coverage run --rcfile=.coverage.rc runtests.py