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.
2 parents 3825d53 + 38bd3a3 commit 12024b3Copy full SHA for 12024b3
.circleci/config.yml
@@ -9,7 +9,6 @@ jobs:
9
name: Install dependencies and set PATH
10
command: |
11
# Need gsl-dev for msprime. Alternatively we could install via conda
12
- # bump
13
sudo apt-get update
14
sudo apt-get install libgsl-dev
15
# way to set path persistently https://circleci.com/docs/2.0/env-vars/#setting-path
@@ -38,5 +37,5 @@ jobs:
38
37
- run:
39
name: Run Python tests
40
41
- python -m pytest --cov=tsdate --cov-report=xml --cov-branch tests
+ python -m pytest -vv -n0 --cov=tsdate --cov-report=xml --cov-branch tests
42
python3 -m codecov
0 commit comments