Skip to content

Commit

Permalink
Update travis tests to python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Oct 16, 2019
1 parent 166356d commit 9e91b27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -23,9 +23,9 @@ matrix:
- NUMPY_VERSION=1.16
os: osx
language: generic
- env: PYTHON_VERSION=3.6
- env: PYTHON_VERSION=3.7
os: linux
- env: PYTHON_VERSION=3.6
- env: PYTHON_VERSION=3.7
os: osx
language: generic
install:
Expand All @@ -35,7 +35,7 @@ script:
- coverage run --source=satpy setup.py test
- coverage run -a --source=satpy -m behave satpy/tests/features --tags=-download
after_success:
- if [[ $PYTHON_VERSION == 3.6 ]]; then coveralls; codecov; fi
- if [[ $PYTHON_VERSION == 3.7 ]]; then coveralls; codecov; fi
deploy:
- provider: pypi
user: dhoese
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -8,7 +8,7 @@ environment:
CONDA_CHANNELS: "conda-forge"

matrix:
- PYTHON: "C:\\Python36_64"
- PYTHON: "C:\\Python37_64"
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "64"
NUMPY_VERSION: "stable"
Expand Down

0 comments on commit 9e91b27

Please sign in to comment.