File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,7 @@ build_script:
24
24
- " pip install codecov"
25
25
26
26
test_script :
27
- - " mkdir empty"
28
- - " cd empty"
29
27
# Make sure it's being imported from where we expect
30
28
- " python -c \" import os, outcome; print(os.path.dirname(outcome.__file__))\" "
31
- - " python -u -m pytest -W error -ra -v -s --pyargs outcome -- cov=outcome --cov-config=../ .coveragerc"
29
+ - " python -u -m pytest -W error -ra -v -s --cov --cov-config=.coveragerc"
32
30
- " codecov"
Original file line number Diff line number Diff line change 88
88
# Actual tests
89
89
pip install -Ur test-requirements.txt
90
90
91
- mkdir empty
92
- cd empty
93
-
94
- pytest -W error -ra -v --pyargs outcome --cov=outcome --cov-config=../.coveragerc --verbose
91
+ pytest -W error -ra -v tests --cov --cov-config=.coveragerc
95
92
96
93
bash <( curl -s https://codecov.io/bash)
97
94
fi
You can’t perform that action at this time.
0 commit comments