Skip to content
Snippets Groups Projects

Merge of tests_out_of_wheel to dev

Merged Vincent Texier requested to merge tests_out_of_wheel into dev
1 unresolved thread

Files

+ 1
2
@@ -68,9 +68,8 @@ test:
<<: *changes
stage: test
script:
- pip install coveralls
- pip install -r requirements.txt
- coverage run --source=duniterpy setup.py test
- make tests
check:
<<: *pyenv
Loading