Commit 9bc9bad2 by Peter Weidenbach

travis config updated

parent e107ea6f
...@@ -7,7 +7,7 @@ install: ...@@ -7,7 +7,7 @@ install:
- python3 setup.py build - python3 setup.py build
- python3 setup.py install - python3 setup.py install
- pip3 install -r requirements-dev.txt - pip3 install -r requirements-dev.txt
- pip3 install codecov - pip3 install --upgrade pytest codecov
script: script:
- py.test --cov=./fact_helper_file - py.test --cov=./fact_helper_file
after_success: after_success:
......
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