Skip to content

Commit

Permalink
Revert ".travis.yml: also run doctests"
Browse files Browse the repository at this point in the history
This reverts commit 8c7dedd.
  • Loading branch information
Will Roberts committed Feb 7, 2017
1 parent 8c7dedd commit 8faca47
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 @@ -10,5 +10,5 @@ before_install:
# command to install dependencies
install: "python setup.py build_ext --inplace"
# command to run tests
script: py.test --doctest-modules --cov=cribbage cribbage
script: py.test --cov=cribbage cribbage
after_success: coveralls

0 comments on commit 8faca47

Please sign in to comment.