We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b74ecf commit 8dd5720Copy full SHA for 8dd5720
1 file changed
.travis.yml
@@ -31,9 +31,7 @@ install:
31
- pip install -r tests/requirements.txt
32
- python setup.py install
33
script:
34
- - ls
35
- - pwd
36
- - cd $(pwd)
+ - cd $(pwd) && git ls-files
37
- pytest tests/test.py --cov=codecov
38
after_success:
39
- codecov
0 commit comments