Skip to content

Commit

Permalink
Don't capture logging output
Browse files Browse the repository at this point in the history
  • Loading branch information
jchodera committed Oct 5, 2016
1 parent 5bea183 commit 5aa8fd0
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 @@ -41,7 +41,7 @@ script:
# Install testing dependencies
- conda install --yes --quiet nose nose-timer click netcdf4 pymbar openmmtools
# Test the package
- cd devtools && nosetests $PACKAGENAME --nocapture --verbosity=2 --with-doctest --with-timer -a '!slow' && cd ..
- cd devtools && nosetests $PACKAGENAME --nocapture --nologcapture --verbosity=2 --with-doctest --with-timer -a '!slow' && cd ..

env:
matrix:
Expand Down

0 comments on commit 5aa8fd0

Please sign in to comment.