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