summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Vinot <raphael@vinot.info>2015-11-24 14:41:06 +0100
committerRaphaël Vinot <raphael@vinot.info>2015-11-24 14:41:06 +0100
commit96a6cce0209486c6f6ad43d9f87065efba044438 (patch)
tree70a0d180c21f61095b2053f1f9b9bcf3f38fade3
parent31ae0014a841c3dea56bf503da6820652ae63a4e (diff)
downloadpython-magic-96a6cce0209486c6f6ad43d9f87065efba044438.tar.gz
Force use trusty
-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"