diff options
| author | Corey Farwell | 2014-05-11 20:29:01 -0700 |
|---|---|---|
| committer | Corey Farwell | 2014-05-11 20:29:01 -0700 |
| commit | 8ecb778cd23d5d561f2e9f4a3561bb1647257a89 (patch) | |
| tree | 226c6129bd9ef5136c12b2dd3f9b73c25c69841e /.travis.yml | |
| parent | d69d9750156f5319019a2ea4097cbe5d70539bd7 (diff) | |
| download | django-rest-framework-8ecb778cd23d5d561f2e9f4a3561bb1647257a89.tar.bz2 | |
Enable testing on Python 3.4
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index bd6d2539..0c9b4455 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" env: - DJANGO="https://www.djangoproject.com/download/1.7b2/tarball/" @@ -41,4 +42,7 @@ matrix: env: DJANGO="django==1.4.11" - python: "3.3" env: DJANGO="django==1.3.7" - + - python: "3.4" + env: DJANGO="django==1.4.11" + - python: "3.4" + env: DJANGO="django==1.3.7" |
