try to upgrade 3.7

This commit is contained in:
Atsushi Sakai
2019-10-06 08:57:53 +09:00
parent d2da3abe25
commit 45f90ca37f
3 changed files with 7 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ matrix:
- os: linux
python:
- 3.6
- 3.7
before_install:
- sudo apt-get update
@@ -18,7 +18,7 @@ before_install:
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
- conda install python==3.6.8
# - conda install python==3.6.8
install:
- conda install numpy==1.15