diff options
author | Martin Vilcans <martin@librador.com> | 2020-02-13 08:09:39 +0100 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2020-02-13 08:09:39 +0100 |
commit | 5325c01e61320947635d3cddb751ea48d5b36ef4 (patch) | |
tree | f199438a6694aa40fb791fbbb08e06767db1e0c6 | |
parent | 7c786ef7d69c9b364214e10490183bc207c24e5a (diff) | |
download | screenplain-5325c01e61320947635d3cddb751ea48d5b36ef4.tar.gz |
Remove Python 2.7 from CI #54
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 863e82a..38f98e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.7" - "3.5" - "3.6" - "3.7" |