summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2015-11-24 15:01:33 -0800
committerAdam Hupp <adam@hupp.org>2015-11-24 15:01:33 -0800
commit28c1e3cc40dcd0c3a2f673810d874664ec826620 (patch)
tree70a0d180c21f61095b2053f1f9b9bcf3f38fade3
parent31ae0014a841c3dea56bf503da6820652ae63a4e (diff)
parent96a6cce0209486c6f6ad43d9f87065efba044438 (diff)
downloadpython-magic-28c1e3cc40dcd0c3a2f673810d874664ec826620.tar.gz
Merge pull request #95 from Rafiot/travis
Force use trusty on travis
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 619d195..b58ec3d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,10 @@
language: python
+# needed to use trusty
+sudo: required
+
+dist: trusty
+
python:
- "2.6"
- "2.7"