File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ install:
87
87
- source activate arch-test
88
88
- pip install flake8 nbconvert nbformat pytest coverage coveralls pytest-cov codecov pytest-xdist
89
89
- if [ ${STATSMODELS_MASTER} = true ]; then sh ./ci/statsmodels-master.sh; fi;
90
+ - export SRCDIR=${PWD}
90
91
- python setup.py develop
91
92
# Show versions
92
93
- conda list
@@ -95,10 +96,10 @@ script:
95
96
# flake testing
96
97
- flake8 arch
97
98
# Main test
98
- - py.test -n 2 -s --cov=arch --pyargs arch
99
+ - py.test -n 2 -s --cov-config .coveragerc --cov =arch --pyargs arch
99
100
# performance
100
101
- python ci/performance.py
101
102
102
103
after_success :
103
- - if [ ${COVERAGE} = true ]; then coveralls --rcfile=${SRCDIR}/.travis_coveragerc ; fi
104
+ - if [ ${COVERAGE} = true ]; then coveralls --rcfile=${SRCDIR}/.coveragerc ; fi
104
105
- if [ ${COVERAGE} = true ]; then codecov; fi
You can’t perform that action at this time.
0 commit comments