Skip to content

Commit 6b74ecf

Browse files
committed
adding some debug commands
1 parent 6cd4317 commit 6b74ecf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ install:
3131
- pip install -r tests/requirements.txt
3232
- python setup.py install
3333
script:
34+
- ls
35+
- pwd
36+
- cd $(pwd)
3437
- pytest tests/test.py --cov=codecov
3538
after_success:
3639
- codecov

0 commit comments

Comments
 (0)