Skip to content

Commit 1e1f507

Browse files
committed
Test with python 3.7 as dependencies require it
1 parent f39d9d7 commit 1e1f507

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: python
2+
dist: xenial # Required for Python >= 3.7
23
python:
3-
- "3.6"
4+
- "3.7"
45
install:
56
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
67
- bash miniconda.sh -b -p $HOME/miniconda

0 commit comments

Comments
 (0)