aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-11-19 09:31:38 +0000
committerTom Christie2014-11-19 09:31:38 +0000
commit3eaf92e893ccb9b6c16c746cc24cc3c49297202b (patch)
treed9c770abbaf1b07316990cdd494b3f66b17b6b33
parente49d22dbda5ac889ab89f277e17752c840819de2 (diff)
parent8df3740ad50a0607bb2cfa5b1ae5bd9a41ea2dd1 (diff)
downloaddjango-rest-framework-3eaf92e893ccb9b6c16c746cc24cc3c49297202b.tar.bz2
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4c06acf5..9b2e4738 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,8 @@ language: python
python: 2.7
+sudo: false
+
env:
- TOX_ENV=flake8
- TOX_ENV=py3.4-django1.7