Skip to content

Commit b999949

Browse files
committed
Moving aplpy and regions to be pip installed to avoid conda picking up old versions of their dependencies (e.g. reproject)
1 parent 54e6b58 commit b999949

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ env:
3434
- MAIN_CMD='python setup.py'
3535
- NUMPY_VERSION=stable
3636
- ASTROPY_VERSION=stable
37-
- CONDA_DEPENDENCIES='requests beautifulsoup4 html5lib keyring aplpy matplotlib pyregion jinja2 flask regions'
38-
- CONDA_DEPENDENCIES_REMOTE='requests beautifulsoup4 html5lib keyring aplpy matplotlib pyregion jinja2 flask regions'
39-
- PIP_DEPENDENCIES='https://github.com/keflavich/httpbin/archive/master.zip astropy_healpix mocpy>=0.5.2 pytest-dependency pytest-astropy pyvo'
37+
- CONDA_DEPENDENCIES='requests beautifulsoup4 html5lib keyring matplotlib pyregion jinja2 flask'
38+
- CONDA_DEPENDENCIES_REMOTE='requests beautifulsoup4 html5lib keyring matplotlib pyregion jinja2 flask'
39+
- PIP_DEPENDENCIES='https://github.com/keflavich/httpbin/archive/master.zip aplpy regions astropy_healpix mocpy>=0.5.2 pytest-dependency pytest-astropy pyvo'
4040
- HTTP_BIN_CMD="import httpbin; httpbin.app.run()"
4141
- RUN_HTTPBIN='python -c "$HTTP_BIN_CMD" & ACTIVE_HTTPBIN=True'
4242
- SETUP_CMD='test'

0 commit comments

Comments
 (0)