Skip to content

Commit d902bc6

Browse files
author
Abhishek Singh
committed
Coverage process
1 parent a65a97a commit d902bc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ matrix:
2222
- SITECUSTOMIZELIBPATH=/home/travis/virtualenv/pypy3/site-packages/sitecustomize.py
2323
- COVERAGE_PROCESS_START=${TRAVIS_BUILD_DIR}/.coveragerc
2424
script:
25-
- cat ${SITECUSTOMIZELIBPATH}
2625
- cp ${TRAVIS_BUILD_DIR}/.travis/sitecustomize.py ${SITECUSTOMIZELIBPATH}
26+
- cat ${SITECUSTOMIZELIBPATH}
2727
- pip install nose
2828
- pip install coverage
2929
- pip install coveralls

0 commit comments

Comments
 (0)