Skip to content

Commit a15e9fc

Browse files
committed
Add a more recent NumPy to the test matrix for Python 2.7 (to help with python-quantities#175)
1 parent 72cdf4e commit a15e9fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ matrix:
1919
env: NUMPY_VERSION="1.13.3"
2020
- python: "2.7"
2121
env: NUMPY_VERSION="1.14.5"
22+
- python: "2.7"
23+
env: NUMPY_VERSION="1.15.1"
2224
- python: "3.4"
2325
env: NUMPY_VERSION="1.8.2"
2426
- python: "3.4"

0 commit comments

Comments
 (0)