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: python:
- "3.3" - "3.3"
install: install:
- "apt-get install python-mock"
- "pip install -r requirements.txt" - "pip install -r requirements.txt"
script: script:
- "PYTHONPATH=. py.test" # run unit tests - "PYTHONPATH=. py.test" # run unit tests

View File

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