diff options
author | mattip <matti.picus@gmail.com> | 2020-07-10 15:35:29 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-07-10 15:35:29 +0300 |
commit | fc9d862f0cec6d9dc83acef54a66732dfdb813a3 (patch) | |
tree | 369d7350a9203b7978eea5df9b5858cf65bb4234 /.travis.yml | |
parent | 58da484abf6f466a9e8bf55c188cb5b501d31ceb (diff) | |
download | numpy-fc9d862f0cec6d9dc83acef54a66732dfdb813a3.tar.gz |
BLD: update cython to 0.29.21
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4cb6bd3f7..b3d8adfa5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ jobs: - stage: Comprehensive tests python: 3.6 - python: 3.7 -# - python: 3.9-dev + - python: 3.9-dev - python: 3.6 env: USE_DEBUG=1 |