This commit is contained in:
richard 2013-05-18 01:43:31 +01:00
parent 0ec846e02b
commit 6e2dc604e9

View file

@ -2,5 +2,5 @@ language: python
python: python:
- "2.6" - "2.6"
- "2.7" - "2.7"
install: pip install -r requirements.txt --use-mirrors install: pip install -r requirements.txt
script: python tests/unit-tests.py script: python tests/unit-tests.py