Skip to content

Commit

Permalink
Fix path in travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketch committed Dec 17, 2014
1 parent 14a4377 commit 9363f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ script:
mpirun -n 4 ${CLAWPACK}/petsc4py_stack/bin/nosetests -v;
fi
# Run doctests
- cd ../../src/pyclaw
- cd ../src/pyclaw
- nosetests --first-pkg-wins --with-doctest --exclude=example

after_success:
Expand Down

0 comments on commit 9363f74

Please sign in to comment.