Skip to content

Commit 1bd4e21

Browse files
committed
Fix path in travis
1 parent a17f57a commit 1bd4e21

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
@@ -21,6 +21,6 @@ script:
2121
pip install numpydoc* -v
2222
- nosetests numpydoc
2323
- |
24-
cd doc
24+
cd ../doc
2525
make html
2626
make latexpdf

0 commit comments

Comments
 (0)