We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a396a5 commit b48ac0dCopy full SHA for b48ac0d
.circleci/config.yml
@@ -47,7 +47,7 @@ variables:
47
name: Run tests
48
command: |
49
mkdir test-reports
50
- py.test --cov=kipoiseq/ tests/ --no-cov-on-fail --junitxml=test-reports/junit.xml
+ py.test --cov=kipoiseq/ tests/ -n 1 --no-cov-on-fail --junitxml=test-reports/junit.xml
51
run_coveralls: &run_coveralls
52
run:
53
name: run coveralls
0 commit comments