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 d37b12e commit 2ba320dCopy full SHA for 2ba320d
.travis.yml
@@ -45,8 +45,7 @@ script:
45
# Create GMN template database (must be done in a single threaded run)
46
#- pytest --collect-only
47
# Run tests in parallel, using as many threads as are supported by Travis
48
- - pytest --cov=. --cov-report=term --cov-report=xml
49
- # -n auto
+ - pytest --cov=. --cov-report=term --cov-report=xml -n auto
50
after_success:
51
# Submit results to Coveralls.io.
52
## Coveralls has a requirement for requests >= 1.0.0, so we install it after
0 commit comments