summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürgen Gmach <juergen.gmach@googlemail.com>2020-01-13 14:47:18 +0100
committerJürgen Gmach <juergen.gmach@googlemail.com>2020-01-13 14:47:18 +0100
commitafe7a7fb5e277edb7d345c95001661e2af109d57 (patch)
tree2df02e3f8b5546296c53f0f9635b87ad06aa750a
parent29049da579a54b814690e0a0a61d1f27f6bb8b0b (diff)
downloadcreole-afe7a7fb5e277edb7d345c95001661e2af109d57.tar.gz
Modernize travis configuration
modified: .travis.yml
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index faf6b06..9a9db2a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,13 @@
# Config file for automatic testing at travis-ci.org
language: python
-sudo: false
python:
- "2.7"
- - "3.3"
- - "3.4"
- "3.5"
- "3.6"
+ - "3.7"
+ - "3.8"
- "pypy"
- "pypy3"