Skip to content
Snippets Groups Projects
Commit 6d2490a4 authored by Colm Talbot's avatar Colm Talbot
Browse files

add installation of peyote to CI

parent 63f0549e
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ exitcode-jessie:
- pip install -r requirements.txt
- pip install coverage
- pip install coverage-badge
- python setup.py install
- for test in test/*.py; do coverage run $test; done
# - coverage run test/parameter_tests.py
# - coverage run test/tests.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment