Skip to content

Commit eccd22e

Browse files
committed
CI: Test on Python 3.9 with numpy nightly wheels
1 parent 7753793 commit eccd22e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ jobs:
6262
- python: 3.8
6363
env:
6464
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
65+
# test 3.9 against pre-release builds of numpy
66+
- python: 3.9
67+
env:
68+
- DEPENDS="numpy"
69+
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
6570
# OSX Python support is basically accidental. Take whatever version we can
6671
# get and test with full dependencies...
6772
- os: osx

0 commit comments

Comments
 (0)