Skip to content

Commit 12024b3

Browse files
authored
Merge pull request #205 from benjeffery/fix_ci_2
Make CI single threaded
2 parents 3825d53 + 38bd3a3 commit 12024b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
name: Install dependencies and set PATH
1010
command: |
1111
# Need gsl-dev for msprime. Alternatively we could install via conda
12-
# bump
1312
sudo apt-get update
1413
sudo apt-get install libgsl-dev
1514
# way to set path persistently https://circleci.com/docs/2.0/env-vars/#setting-path
@@ -38,5 +37,5 @@ jobs:
3837
- run:
3938
name: Run Python tests
4039
command: |
41-
python -m pytest --cov=tsdate --cov-report=xml --cov-branch tests
40+
python -m pytest -vv -n0 --cov=tsdate --cov-report=xml --cov-branch tests
4241
python3 -m codecov

0 commit comments

Comments
 (0)