We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1c6a2 commit 2ffa757Copy full SHA for 2ffa757
.travis.yml
@@ -12,6 +12,6 @@ install:
12
script:
13
- export PYTHONPATH=$PYTHONPATH:$(pwd)/fullcyclepy/
14
- pytest
15
- - py.test --cov=fullcycle --cov-config .coveragerc
+ - py.test --cov --cov-config .coveragerc
16
after_success:
17
- coveralls
0 commit comments