Skip to content

Commit

Permalink
rm old python support
Browse files Browse the repository at this point in the history
  • Loading branch information
grburgess committed May 3, 2020
1 parent 22ad191 commit df2769d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
# - os: osx
# python: 3.7
# env: TRAVIS_PYTHON_VERSION=3.7 TEST_WITH_XSPEC=false CONDA_UPLOAD=false
- os: linux
python: 3.5
env: TRAVIS_PYTHON_VERSION=3.5 TEST_WITH_XSPEC=true CONDA_UPLOAD=true
- os: osx
python: 3.5
env: TRAVIS_PYTHON_VERSION=3.5 TEST_WITH_XSPEC=true CONDA_UPLOAD=true
- os: linux
python: 3.6
env: TRAVIS_PYTHON_VERSION=3.6 TEST_WITH_XSPEC=true CONDA_UPLOAD=true
- os: osx
python: 3.6
env: TRAVIS_PYTHON_VERSION=3.6 TEST_WITH_XSPEC=true CONDA_UPLOAD=true
# - os: linux
# python: 3.5
# env: TRAVIS_PYTHON_VERSION=3.5 TEST_WITH_XSPEC=true CONDA_UPLOAD=true
# - os: osx
# python: 3.5
# env: TRAVIS_PYTHON_VERSION=3.5 TEST_WITH_XSPEC=true CONDA_UPLOAD=true
# - os: linux
# python: 3.6
# env: TRAVIS_PYTHON_VERSION=3.6 TEST_WITH_XSPEC=true CONDA_UPLOAD=true
# - os: osx
# python: 3.6
# env: TRAVIS_PYTHON_VERSION=3.6 TEST_WITH_XSPEC=true CONDA_UPLOAD=true
- os: linux
python: 3.7
env: TRAVIS_PYTHON_VERSION=3.7 TEST_WITH_XSPEC=true CONDA_UPLOAD=true
Expand Down
2 changes: 1 addition & 1 deletion conda-dist/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ requirements:
- krb5==1.14.6
- readline==6.2 # [py2k]
- h5py
- interpolation>=2.1.5
- interpolation>=2.1.5 # [py3k]

build:
script: python -m pip install --verbose --no-deps --ignore-installed .
Expand Down

0 comments on commit df2769d

Please sign in to comment.