diff options
author | Martin Vilcans <martin@librador.com> | 2020-02-12 23:03:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 23:03:37 +0100 |
commit | 53d0566d054c59004aba8f2705ba85a30e7776ac (patch) | |
tree | 404e045be813b0a370c67c3c14d7eedd4d19c02e /.travis.yml | |
parent | dc691b1fcbed50703acc0de03f326eb77ab57138 (diff) | |
parent | 0cd19282b7babe22c8cde27a6b639751fd998ef9 (diff) | |
download | screenplain-53d0566d054c59004aba8f2705ba85a30e7776ac.tar.gz |
Merge pull request #57 from jstasiak/ci-modern-python3-versions
Test with currently supported Python 3 versions
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
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 |