aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2020-02-12 23:03:37 +0100
committerGitHub <noreply@github.com>2020-02-12 23:03:37 +0100
commit53d0566d054c59004aba8f2705ba85a30e7776ac (patch)
tree404e045be813b0a370c67c3c14d7eedd4d19c02e
parentdc691b1fcbed50703acc0de03f326eb77ab57138 (diff)
parent0cd19282b7babe22c8cde27a6b639751fd998ef9 (diff)
downloadscreenplain-53d0566d054c59004aba8f2705ba85a30e7776ac.tar.gz
Merge pull request #57 from jstasiak/ci-modern-python3-versions
Test with currently supported Python 3 versions
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ece8ef..863e82a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,9 @@
language: python
python:
- "2.7"
- - "3.3"
+ - "3.5"
+ - "3.6"
+ - "3.7"
+ - "3.8"
install: pip install -r requirements.txt
script: bin/test