Skip to content

Commit

Permalink
Update test env
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Jun 8, 2017
1 parent ded61ae commit 258a58d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ matrix:
include:

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

install:
Expand All @@ -36,7 +36,7 @@ install:
# commands in the install: section below.

- git clone git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda_$TRAVIS_OS_NAME.sh
- source ci-helpers/travis/setup_conda.sh

# As described above, using ci-helpers, you should be able to set up an
# environment with dependencies installed using conda and pip, but in some
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[tool:pytest]
minversion = 3.0
norecursedirs = build doc/build commissioning planning relic pysynphot/src
addopts = -p no:warnings

0 comments on commit 258a58d

Please sign in to comment.