Browse Source

Add python 3.5, 3.6

Denis K 8 years ago
parent
commit
0cf910f230
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -5,6 +5,8 @@ python:
   - 3.2
   - 3.3
   - 3.4
+  - 3.5
+  - 3.6
   - pypy
 env:
   - DJANGO="<1.7"