aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2019-10-18 02:39:52 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2019-10-18 02:42:47 +0200
commit3240fdf99e3e62874e862987cd7f8cc1885e613a (patch)
tree73065e4dab00f5fc863f34bec0bf4060ee3edac6
parent584ac7d2f2e916ecb5393923f4d31334ae98870d (diff)
downloadipaddress-3240fdf99e3e62874e862987cd7f8cc1885e613a.tar.gz
Fix building on travis
Python 2.6 is only available on trusty, according to https://travis-ci.community/t/issue-with-python-2-6-on-linux/3861/4 .
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ddc269c..9e2469a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+dist: "trusty"
language: python
python:
- "2.6"