Skip to content

Commit 2d7692b

Browse files
committed
make clean
1 parent 3086a97 commit 2d7692b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ script:
1919
- flake8 .
2020
- python setup.py install
2121
- python setup.py test
22-
- cd docs && pip install -r requirements.txt && make html && make doctest
22+
- cd docs && pip install -r requirements.txt && make clean && make html && make doctest
2323
after_success:
2424
- codecov
2525
notifications:

0 commit comments

Comments
 (0)