Skip to content

Commit

Permalink
Merge pull request #71 from desihub/travis
Browse files Browse the repository at this point in the history
drop py3.5 travis testing
  • Loading branch information
sbailey committed Aug 5, 2020
2 parents 1d5192f + c30667a commit c91196d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ env:
# Debug the Travis install process.
- DEBUG=False
matrix:
- PYTHON_VERSION=3.5 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.6 SETUP_CMD='egg_info'

matrix:
# Don't wait for allowed failures.
Expand All @@ -103,11 +103,11 @@ matrix:
# Do a bdist_egg compile. This will catch things like syntax errors
# without needing to do a full python setup.py test
- os: linux
env: PYTHON_VERSION=3.5 SETUP_CMD='bdist_egg'
env: PYTHON_VERSION=3.6 SETUP_CMD='bdist_egg'

# Default versions
- os: linux
env: PYTHON_VERSION=3.5 SETUP_CMD='test --coverage'
env: PYTHON_VERSION=3.6 SETUP_CMD='test --coverage'
CONDA_DEPENDENCIES=$CONDA_ALL_DEPENDENCIES
PIP_DEPENDENCIES=$PIP_ALL_DEPENDENCIES

Expand Down

0 comments on commit c91196d

Please sign in to comment.