diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-09-30 12:35:49 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-09-30 12:35:49 -0400 |
commit | 9a29ca3f5c7302a67f969b10defeb75e2fda688a (patch) | |
tree | c37736d8ddabfd4d5f80ab96b3dbd0c66ef64005 | |
parent | 03e2b673286b173f3a31e64c1cc944639b71a291 (diff) | |
download | snakemake-mode-9a29ca3f5c7302a67f969b10defeb75e2fda688a.tar.gz |
.travis.yml: Use Python 3.6
Snakemake 4.0.0 requires Python 3.6.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a9ab9ad..d45ad22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - - "3.4" + - "3.6" env: matrix: |