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 c2ed05b commit c9ea1c6Copy full SHA for c9ea1c6
.travis.yml
@@ -60,7 +60,7 @@ before_script:
60
- unzip testdata.zip -d $TEST_DATA_HOME/testdata
61
62
script:
63
- - pytest -n 2 -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules sdcflows
+ - pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules sdcflows
64
65
after_script:
66
- python -m pip install codecov
0 commit comments