Skip to content

Commit 2ba320d

Browse files
committed
Switch to parallel build in Travis
1 parent d37b12e commit 2ba320d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ script:
4545
# Create GMN template database (must be done in a single threaded run)
4646
#- pytest --collect-only
4747
# 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
48+
- pytest --cov=. --cov-report=term --cov-report=xml -n auto
5049
after_success:
5150
# Submit results to Coveralls.io.
5251
## Coveralls has a requirement for requests >= 1.0.0, so we install it after

0 commit comments

Comments
 (0)