...
This commit is contained in:
parent
344ad4647f
commit
49a33bf08f
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user