Unverified Commit ee9a7f0b by Johannes vom Dorp Committed by GitHub

Added actual call to -dev requirements to travis file

parent f20d8951
......@@ -5,6 +5,7 @@ python:
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install -r requirements-dev.txt"
- "pip install codecov"
# command to run tests
script: "pytest"
......
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