Skip to content

Commit

Permalink
Remove Python < 3.6 tests from .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
namurphy committed Feb 7, 2018
1 parent 8f3837a commit 15b1d81
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ env:

matrix:
# Make sure that egg_info works without dependencies
- PYTHON_VERSION=2.7 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.4 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.5 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.6 SETUP_CMD='egg_info'

matrix:
Expand Down Expand Up @@ -95,20 +92,16 @@ matrix:
# the Numpy developers have taken care of testing Numpy with different
# versions of Python, we can vary Python and Numpy versions at the same
# time.

- os: linux
env: PYTHON_VERSION=2.7 NUMPY_VERSION=1.9
- os: linux
env: PYTHON_VERSION=3.4 NUMPY_VERSION=1.10
- os: linux
env: PYTHON_VERSION=3.5 NUMPY_VERSION=1.11
env: PYTHON_VERSION=3.6 NUMPY_VERSION=1.13
- os: linux
env: NUMPY_VERSION=1.12
env: PYTHON_VERSION=3.6 NUMPY_VERSION=1.14


# Try numpy pre-release
- os: linux
env: NUMPY_VERSION=prerelease
EVENT_TYPE='pull_request push cron'
# - os: linux
# env: NUMPY_VERSION=prerelease
# EVENT_TYPE='pull_request push cron'

# Do a PEP8 test with pycodestyle
- os: linux
Expand Down

0 comments on commit 15b1d81

Please sign in to comment.