Skip to content

Commit 8dd5720

Browse files
committed
try to run failing command manually
1 parent 6b74ecf commit 8dd5720

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ install:
3131
- pip install -r tests/requirements.txt
3232
- python setup.py install
3333
script:
34-
- ls
35-
- pwd
36-
- cd $(pwd)
34+
- cd $(pwd) && git ls-files
3735
- pytest tests/test.py --cov=codecov
3836
after_success:
3937
- codecov

0 commit comments

Comments
 (0)