Unverified Commit ee9a7f0b by Johannes vom Dorp Committed by GitHub

Added actual call to -dev requirements to travis file

parent f20d8951
...@@ -5,8 +5,9 @@ python: ...@@ -5,8 +5,9 @@ python:
# command to install dependencies # command to install dependencies
install: install:
- "pip install -r requirements.txt" - "pip install -r requirements.txt"
- "pip install -r requirements-dev.txt"
- "pip install codecov" - "pip install codecov"
# command to run tests # command to run tests
script: "pytest" script: "pytest"
after_success: after_success:
- codecov - codecov
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment