]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
travis: test Python 3.6
authorDaniel Axtens <dja@axtens.net>
Thu, 25 Jan 2018 02:43:15 +0000 (13:43 +1100)
committerStephen Finucane <stephen@that.guru>
Fri, 26 Jan 2018 21:42:58 +0000 (21:42 +0000)
We have a tox entry for py36-django111. We should test that in
Travis CI.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Stephen Finucane <stephen@that.guru>
.travis.yml

index f43baa11e887295de6bcc7081617a16e4dcfbaf7..7589fc7f288a7b652a8ba0e7f7a32a924ff2181d 100644 (file)
@@ -7,6 +7,7 @@ python:
   - 2.7
   - 3.4
   - 3.5
+  - 3.6
 
 addons:
   postgresql: "9.6"