Skip to content

Commit

Permalink
Simplify Travis for less hit to remote data
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Oct 12, 2017
1 parent 242448d commit 7dda4aa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ env:
matrix:
include:

# Also test Astropy dev with remote data
# Coverage and also test Astropy dev with remote data
- python: 3.6
env: ASTROPY_VERSION=development MAIN_CMD='pytest --cdbs pysynphot'

# Coverage
- python: 3.6
env: PIP_DEPENDENCIES='coveralls' CONDA_DEPENDENCIES='pytest-cov coverage requests' MAIN_CMD='pytest --cov-report= --cov=pysynphot --cdbs pysynphot'
env: PIP_DEPENDENCIES='coveralls' ASTROPY_VERSION=development CONDA_DEPENDENCIES='pytest-cov coverage requests' MAIN_CMD='pytest --cov-report= --cov=pysynphot --cdbs pysynphot'

install:
# We now use the ci-helpers package to set up our testing environment.
Expand Down

0 comments on commit 7dda4aa

Please sign in to comment.