Skip to content

Commit

Permalink
Updating requirements to run with Python-3.7
Browse files Browse the repository at this point in the history
Numpy>=1.14
  • Loading branch information
castelao committed Jan 6, 2019
1 parent 0c846a7 commit d6ab27a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,9 +4,9 @@ sudo: false

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"

before_install:
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
numpy>=1.11.1
numpy>=1.14
Click>=6.6
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -49,9 +49,9 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering',
],
entry_points={
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,36}-numpy{11,14,15}
envlist = py{27,37}-numpy{14,15}

[testenv]
setenv =
Expand All @@ -14,7 +14,6 @@ commands =
deps =
pytest>=3.0
supportdata>=0.1.2
numpy11: numpy>=1.11,<1.12
numpy14: numpy>=1.14,<1.15
numpy15: numpy>=1.15

Expand Down

0 comments on commit d6ab27a

Please sign in to comment.