Skip to content

Commit

Permalink
Force numpy version for python 2.7 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Oct 15, 2019
1 parent 40a4e7b commit 166356d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -14,9 +14,13 @@ env:
- CONDA_CHANNEL_PRIORITY='strict'
matrix:
include:
- env: PYTHON_VERSION=2.7
- env:
- PYTHON_VERSION=2.7
- NUMPY_VERSION=1.16
os: linux
- env: PYTHON_VERSION=2.7
- env:
- PYTHON_VERSION=2.7
- NUMPY_VERSION=1.16
os: osx
language: generic
- env: PYTHON_VERSION=3.6
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -9,7 +9,7 @@ environment:

matrix:
- PYTHON: "C:\\Python36_64"
PYTHON_VERSION: "3.6"
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "64"
NUMPY_VERSION: "stable"

Expand Down

0 comments on commit 166356d

Please sign in to comment.