Skip to content

Commit abacc58

Browse files
committed
Fix travis
1 parent 1cd0f0b commit abacc58

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
@@ -8,4 +8,4 @@ python:
88
install: "pip install -r requirements.txt --use-mirrors"
99

1010
# command to run tests
11-
script: nosetests && sphinx-build -nW -b html -d _build/doctrees . _build/html
11+
script: nosetests && sphinx-build -nW -b html -d docs/_build/doctrees docs docs/_build/html

0 commit comments

Comments
 (0)