|
@@ -5,7 +5,7 @@ python:
|
|
- "3.3"
|
|
- "3.3"
|
|
# command to install dependencies
|
|
# command to install dependencies
|
|
install:
|
|
install:
|
|
- - "pip install -r test_requirements.txt"
|
|
|
|
|
|
+ - "pip install -r requirements-dev.txt"
|
|
- "pip install coveralls"
|
|
- "pip install coveralls"
|
|
# command to run tests
|
|
# command to run tests
|
|
script:
|
|
script:
|