summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Smith <prs247au@gmail.com>2017-05-20 10:57:42 +1000
committerPaul Smith <prs247au@gmail.com>2017-05-20 10:57:42 +1000
commit20e55bb1ffbce03885745d4ad7de775d79d3338a (patch)
treeee422061945933ae0f154dcdfd83369d92cd9cb2
parent9edb32cf07c332805b53f1772e7bdefa1d2d4983 (diff)
downloadjsonrpclib-20e55bb1ffbce03885745d4ad7de775d79d3338a.tar.gz
Include python 3.x versions
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fe1cd05..b855e1b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,10 @@
language: python
sudo: false
python:
-- '2.7'
+- "2.7"
+- "3.3"
+- "3.4"
+- "3.5"
install:
- pip install -r dev-requirements.txt
- pip install twine