diff options
| author | Ben Firshman | 2014-12-31 12:02:12 +0100 |
|---|---|---|
| committer | Ben Firshman | 2014-12-31 12:02:12 +0100 |
| commit | 71caf877ebdfc51aafae48ff25b6d4da2d072c3d (patch) | |
| tree | 2083f9cdf2e60b2fbb576fa8697c1300f05ccd66 | |
| parent | 6a44f112ce3cddecb8c22419cb334eebfe8c18d0 (diff) | |
| parent | 67878cca39e67eaf8183b3ac92045ce4695df316 (diff) | |
| download | django-shorturls-master.tar.bz2 | |
Run Travis tests using Docker
| -rw-r--r-- | .travis.yml | 1 |
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" |
