aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Firshman2014-12-31 12:02:12 +0100
committerBen Firshman2014-12-31 12:02:12 +0100
commit71caf877ebdfc51aafae48ff25b6d4da2d072c3d (patch)
tree2083f9cdf2e60b2fbb576fa8697c1300f05ccd66 /.travis.yml
parent6a44f112ce3cddecb8c22419cb334eebfe8c18d0 (diff)
parent67878cca39e67eaf8183b3ac92045ce4695df316 (diff)
downloaddjango-shorturls-master.tar.bz2
Merge pull request #12 from bfirsh/travis-dockerHEADmaster
Run Travis tests using Docker
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f533d4f..f329ef1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: python
+sudo: false
python:
- "2.6"
- "2.7"