aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorXavier Ordoquy2012-11-22 00:33:28 +0100
committerXavier Ordoquy2012-11-22 00:33:28 +0100
commit43c9a1c466a4aab4657419c38451337108e49994 (patch)
tree104480c68fef34ba9246273f71e618c88732bd5e /.travis.yml
parente9c8af46f18e95d67ca6e9fbe36c66dc8bbb1e6f (diff)
downloaddjango-rest-framework-43c9a1c466a4aab4657419c38451337108e49994.tar.bz2
Don't test with python 3.3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f97fa36c..57b7ef20 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ language: python
python:
- "2.7"
- "3.2"
- - "3.3"
env:
- DJANGO=https://www.djangoproject.com/download/1.5a1/tarball/