We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3086a97 commit 2d7692bCopy full SHA for 2d7692b
.travis.yml
@@ -19,7 +19,7 @@ script:
19
- flake8 .
20
- python setup.py install
21
- python setup.py test
22
- - cd docs && pip install -r requirements.txt && make html && make doctest
+ - cd docs && pip install -r requirements.txt && make clean && make html && make doctest
23
after_success:
24
- codecov
25
notifications:
0 commit comments