Skip to content

Commit 4b28f5d

Browse files
author
Abhishek Singh
committed
Coverage process
1 parent ef72786 commit 4b28f5d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
- os: linux
1717
python: pypy3
1818
env:
19-
- SITECUSTOMIZELIBPATH="/home/travis/virtualenv/python3.8/lib/python3.8/sitecustomize.py"
19+
- SITECUSTOMIZELIBPATH="/home/travis/virtualenv/pypy3/lib/pypy3/sitecustomize.py"
2020

2121
os:
2222
- linux
@@ -27,10 +27,10 @@ script:
2727
- pip install nose
2828
- pip install coverage
2929
- pip install coveralls
30-
- echo $PATH
31-
- ls -lrt /home/travis/virtualenv
30+
- touch ${SITECUSTOMIZELIBPATH}
31+
- printf "import coverage\ncoverage.process_startup()\n" > ${SITECUSTOMIZELIBPATH};
3232
- python setup.py nosetests --with-coverage
3333
- coverage run --concurrency=multiprocessing -m unittest discover -s sqlite_rx/tests
34-
- coverage combine --apppend
34+
- coverage combine
3535
- coverage report -i -m
3636
- coveralls

0 commit comments

Comments
 (0)