This commit is contained in:
enkore 2014-04-19 11:16:17 +02:00
parent 8a75042e9a
commit 59435aef91

View File

@ -2,4 +2,4 @@ language: python
python:
- "3.2"
install: "pip install -r requirements.txt"
script: py.test
script: "PYTHONPATH=. py.test"