This commit is contained in:
enkore 2014-10-12 01:35:12 +02:00
parent 344ad4647f
commit 49a33bf08f
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@ language: python
python:
- "3.3"
install:
- "apt-get install python-mock"
- "pip install -r requirements.txt"
script:
- "PYTHONPATH=. py.test" # run unit tests

View File

@ -1,3 +1,4 @@
pytest>=2.5
sphinx>=1.2
colour>=0.0.5
mock>=1.0