File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2121os :
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
You can’t perform that action at this time.
0 commit comments