Skip to content

Commit 78e6d42

Browse files
author
Abhishek Singh
committed
Test coverage options
1 parent 2654429 commit 78e6d42

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ script:
1212
- pip install coveralls
1313
- python -m site
1414
- echo ${TRAVIS_BUILD_DIR}
15-
- ls -lrt ${TRAVIS_BUILD_DIR}/.travis
15+
- ls -art ${TRAVIS_BUILD_DIR}
16+
- ls -lrt ${TRAVIS_BUILD_DIR}
1617
- python setup.py nosetests --with-coverage
1718
- coverage run --concurrency=multiprocessing -m unittest discover -s sqlite_rx/tests
1819
- coverage combine

0 commit comments

Comments
 (0)