aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-11-01 15:44:42 -0500
committerKyle Meyer <kyle@kyleam.com>2020-11-01 15:44:42 -0500
commit49bbda03fd78084f14226738aea26a6af606c971 (patch)
tree7dae215c82727a273eb922eb122388c68d13d8da
parent870e1f2379110e48c7f189832aa7663fcb0be836 (diff)
downloadsnakemake-mode-49bbda03fd78084f14226738aea26a6af606c971.tar.gz
travis: Bump Python version to 3.7
The Travis builds have started to fail because Snakemake now requires at least Python 3.7.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d45ad22..77e56d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: python
python:
- - "3.6"
+ - "3.7"
env:
matrix: