Skip to content

Commit

Permalink
Remove conda version limitation. It got lifted in master a while ago in
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Feb 20, 2019
1 parent 51ca821 commit 6347710
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,7 @@ matrix:
MATPLOTLIB_VERSION=1.5
EVENT_TYPE='push pull_request cron'

# Pinning conda version temporarily to 4.3.21, as some anaconda
# packges build with 4.3.27 are faulty and we see this job failing,
# while locally there are no issues when the same version of
# packages are installed from pip. Also make sure that series v2.0.x
# is compatible with pytest-astropy
# TODO: remove the pinning once the issue is solved upstream.
# Making sure that series v2.0.x is compatible with pytest-astropy
- os: linux
env: SETUP_CMD='test --coverage --remote-data=astropy'
CONDA_DEPENDENCIES=$CONDA_ALL_DEPENDENCIES
Expand All @@ -125,7 +120,6 @@ matrix:
CFLAGS='-ftest-coverage -fprofile-arcs -fno-inline-functions -O0'
MATPLOTLIB_VERSION=2.0 NUMPY_VERSION=1.13
EVENT_TYPE='push pull_request cron'
CONDA_VERSION=4.3.21

# Try pre-release version of Numpy without optional dependencies
- os: linux
Expand Down

0 comments on commit 6347710

Please sign in to comment.