Skip to content

Commit

Permalink
No need to do the coverage test with astropy dev any more
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz authored and sosey committed Nov 3, 2017
1 parent 068f063 commit 8384ede
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,9 @@ matrix:
- python: 3.5
env: NUMPY_VERSION=prerelease

# Do a coverage test in Python 2. This requires the latest
# development version of Astropy, which fixes some issues with
# coverage testing in affiliated packages.
# Do a coverage test in Python 2.
- python: 2.7
env: SETUP_CMD='test --coverage' ASTROPY_VERSION=development
env: SETUP_CMD='test --coverage'


# Do a pep8 test
Expand Down

0 comments on commit 8384ede

Please sign in to comment.