summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Marshall <catchjosh@gmail.com>2021-03-30 12:38:54 +0900
committerJosh Marshall <catchjosh@gmail.com>2021-03-30 12:38:54 +0900
commit3b13fca05015ed0b164e9fdf4b0339a181cc7402 (patch)
treeeada2e08f97bc0005e03c990034595418b55ca32
parent1c5f7bd82e8ed78a8e120a34a841ed016f6a088d (diff)
downloadjsonrpclib-3b13fca05015ed0b164e9fdf4b0339a181cc7402.tar.gz
Updating which python versions Travis uses.
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b855e1b..41e0ab9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,11 @@
language: python
sudo: false
python:
-- "2.7"
-- "3.3"
-- "3.4"
- "3.5"
+- "3.6"
+- "3.7"
+- "3.8"
+- "3.9"
install:
- pip install -r dev-requirements.txt
- pip install twine