Commit 2d7692b0 authored by rusty1s's avatar rusty1s
Browse files

make clean

parent 3086a970
...@@ -19,7 +19,7 @@ script: ...@@ -19,7 +19,7 @@ script:
- flake8 . - flake8 .
- python setup.py install - python setup.py install
- python setup.py test - python setup.py test
- cd docs && pip install -r requirements.txt && make html && make doctest - cd docs && pip install -r requirements.txt && make clean && make html && make doctest
after_success: after_success:
- codecov - codecov
notifications: notifications:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment