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:
# 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"
after_success:
- codecov
\ No newline at end of file
- codecov
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