diff --git a/.travis.yml b/.travis.yml index 2ff3a241c3b2a730877d2ab4f03b3f7c9f2ac798..78b4410c7454e21a9daf2e5a7d087c0277a95018 100755 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ install: - pip install sphinx script: - - pytest tests - cd docs - make html && mv ./build/html ./build/docs && rm -r ./build/doctrees - cd ..