Skip to content

Commit

Permalink
don't test 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Jan 12, 2018
1 parent 63aa42f commit 9a98754
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
- ASTROPY_VERSION=stable
- MAIN_CMD='python setup.py'
- SETUP_CMD='test'
- PIP_DEPENDENCIES='alabaster'
- PIP_DEPENDENCIES=''
- EVENT_TYPE='pull_request push'


Expand All @@ -58,7 +58,6 @@ env:

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

Expand Down Expand Up @@ -93,8 +92,6 @@ matrix:
# versions of Python, we can vary Python and Numpy versions at the same
# time.

- os: linux
env: PYTHON_VERSION=3.4 NUMPY_VERSION=1.10
- os: linux
env: PYTHON_VERSION=3.5 NUMPY_VERSION=1.11

Expand Down

0 comments on commit 9a98754

Please sign in to comment.