Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
It is not explicitly stated, which Python versions are supported by Numpy 1.8.2, but Numpy 1.8.0 supports only 2.6 -2.7/3.2 - 3.3 and Numpy 1.9.0 supports only 2.6 - 2.7 and 3.2 - 3.4 [1]. So I propose this change to address [issue 50](#50).

[1] https://docs.scipy.org/doc/numpy/release.html
  • Loading branch information
NiMlr committed Aug 10, 2019
1 parent a39fb50 commit 5613db0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,14 @@ matrix:
env: VNUMPY=1.8.2 VSCI=0.21.2
- python: "3.5-dev"
env: VNUMPY=1.8.2 VSCI=0.20.0
- python: "3.5-dev"
env: VNUMPY=1.8.2 VSCI=0.18
- python: "3.5"
env: VNUMPY=1.8.2 VSCI=0.21.2
- python: "3.5"
env: VNUMPY=1.8.2 VSCI=0.20.0
- python: "3.5"
env: VNUMPY=1.8.2 VSCI=0.18



Expand Down

0 comments on commit 5613db0

Please sign in to comment.