aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Kalderimis2014-11-18 13:06:08 -0500
committerJosh Kalderimis2014-11-18 13:06:08 -0500
commit5cda5ad18e2871c0e0d80c1aed448b56301db8b3 (patch)
tree7affc501a99c765657b001f1e9a746381c844049
parentf573aaee4eabb9bf677c350219c8feb2333a6fa1 (diff)
downloaddjango-rest-framework-5cda5ad18e2871c0e0d80c1aed448b56301db8b3.tar.bz2
Use the new build env on Travis
faster vms, more ram, more cpu, better vm boot times official docs coming soon
-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