diff .travis.yml @ 5514:ff5e3e7d216c

Also test with Python 3.5 and 3.6, don't allow failures any more. Since the tests seem to be passing with 3.4.
author Joseph Myers <jsm@polyomino.org.uk>
date Sat, 18 Aug 2018 23:13:17 +0000
parents 3d041e9044d5
children a82c56a9c2a2
line wrap: on
line diff
--- a/.travis.yml	Sat Aug 18 23:04:22 2018 +0100
+++ b/.travis.yml	Sat Aug 18 23:13:17 2018 +0000
@@ -2,10 +2,8 @@
 python:
   - 2.7
   - 3.4
-
-matrix:
-  allow_failures:
-    - python: 3.4
+  - 3.5
+  - 3.6
 
 sudo: false
 

Roundup Issue Tracker: http://roundup-tracker.org/