...
This commit is contained in:
parent
344ad4647f
commit
49a33bf08f
@ -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
|
||||
|
@ -1,3 +1,4 @@
|
||||
pytest>=2.5
|
||||
sphinx>=1.2
|
||||
colour>=0.0.5
|
||||
mock>=1.0
|
||||
|
Loading…
Reference in New Issue
Block a user