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
2 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline

Files

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