summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorvieira <vieira@yubo.be>2015-12-05 03:40:26 +0000
committerBrian May <brian@linuxpenguins.xyz>2016-04-03 13:14:02 +1000
commit4241381d827ca42fd40b6a4bc5a4e2fdde92577b (patch)
tree1406e21383f796307e98f7b3242d1094972bc253 /.travis.yml
parent6e15e690295ee6d17d1ab64b85f0adebb7e3ac7a (diff)
Backward compatibility with Python 2.4 (server)
It is often the case that the user has no administrative control over the server that is being used. As such it is important to support as many versions as possible, at least on the remote server end. These fixes will allow sshuttle to be used with servers that have only python 2.4 or python 2.6 installed while hopefully not breaking the compatibility with 2.7 and 3.5.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4ab35a4..28e7a80 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
language: python
python:
+- 2.6
- 2.7
+- 3.4
- 3.5
- pypy