diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b54e871cd..39787104e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ cache: env: global: - - OpenBLAS_version=0.3.5 + - OpenBLAS_version=0.3.7.dev - WHEELHOUSE_UPLOADER_USERNAME=travis.numpy # The following is generated with the command: # travis encrypt -r numpy/numpy WHEELHOUSE_UPLOADER_SECRET=tH3AP1KeY @@ -33,6 +33,7 @@ env: python: - 3.5 - 3.6 + - 3.8-dev matrix: include: - python: 3.7 |