Skip to content

Commit

Permalink
Installing pytest-arraydiff from conda, and remove np prerelease buil…
Browse files Browse the repository at this point in the history
…d from allowed failures
  • Loading branch information
bsipocz committed Jan 25, 2017
1 parent f08dfa1 commit d792b12
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ env:
- ASTROPY_VERSION=stable
- SETUP_CMD='test'
- MAIN_CMD='python setup.py'
- PIP_DEPENDENCIES='https://github.com/astrofrog/pytest-arraydiff/archive/master.zip'
- CONDA_DEPENDENCIES='Cython shapely wcsaxes'
- PIP_DEPENDENCIES=''
- CONDA_DEPENDENCIES='Cython shapely wcsaxes pytest-arraydiff'
- CONDA_CHANNELS='astropy'
- SETUP_XVFB=True

Expand All @@ -53,7 +53,7 @@ matrix:
# Do a test without the optional dependencies
- python: 3.6
env: SETUP_CMD='test'
CONDA_DEPENDENCIES='Cython'
CONDA_DEPENDENCIES='Cython pytest-arraydiff'


# Try Astropy development version
Expand Down Expand Up @@ -81,10 +81,6 @@ matrix:
- python: 3.6
env: MAIN_CMD='pycodestyle regions --count' SETUP_CMD=''

allow_failures:
- python: 3.6
env: NUMPY_VERSION=prerelease

install:

- git clone git://github.com/astropy/ci-helpers.git
Expand Down

0 comments on commit d792b12

Please sign in to comment.