summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2020-01-20 19:01:57 +0100
committerJames Socol <me@jamessocol.com>2020-10-08 07:36:55 -0400
commit395670ccc9a764fb78c6da913909e43ea3261fb6 (patch)
tree01dc5392cc435efcead80d92a5dade9c3bc6402f
parent1c90b9fdf322680e2625da659abc2aa5d79b5bff (diff)
downloadpystatsd-395670ccc9a764fb78c6da913909e43ea3261fb6.tar.gz
Travis CI: Add Python 3.8 to the testing
-rw-r--r--.travis.yml10
1 files changed, 3 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 694b6aa..2ff0fc0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,16 +1,12 @@
language: python
-sudo: false
python:
- "2.7"
- - "3.4"
- "3.5"
- "3.6"
+ - "3.7"
+ - "3.8"
- "pypy"
-matrix:
- include:
- - python: "3.7"
- dist: xenial
- sudo: required
+ - "pypy3"
install:
- pip install -q "flake8"
script: