diff options
| author | Xavier Ordoquy | 2012-11-21 18:03:46 +0100 |
|---|---|---|
| committer | Xavier Ordoquy | 2012-11-21 18:03:46 +0100 |
| commit | 753c4fc4f6f18e9b224f20f61d4ad1fe91248fc8 (patch) | |
| tree | 7f912b62ae20c9356cb2d0aee7e4eca08f655d45 | |
| parent | 774d687a311813a45ac9b2d3e1570c8bbca092fd (diff) | |
| download | django-rest-framework-753c4fc4f6f18e9b224f20f61d4ad1fe91248fc8.tar.bz2 | |
Travis tests for python 3.
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ccfdeacb..77bc5384 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: python python: - - "2.6" - "2.7" + - "3.3" env: - - DJANGO=https://github.com/django/django/zipball/master + - DJANGO=https://www.djangoproject.com/download/1.5a1/tarball/ - DJANGO=django==1.4.1 --use-mirrors - DJANGO=django==1.3.3 --use-mirrors |
