diff .travis.yml @ 5715:d9a3f6957731

issue2551042 - add extra \ to \w in raw string url_to_regex. Not sure why this is needed. Maybe something changed in how raw strings are interpreted? Without patch causes crash: re.error: bad escape \w at position 2 under python 3.7 Also tried to add python 3.7 (hopefully 3.7.3) to travis.
author John Rouillard <rouilj@ieee.org>
date Sun, 28 Apr 2019 18:28:44 -0400
parents 80ba0693f7ef
children 42a713e36def
line wrap: on
line diff
--- a/.travis.yml	Wed Apr 24 17:50:55 2019 -0400
+++ b/.travis.yml	Sun Apr 28 18:28:44 2019 -0400
@@ -4,6 +4,7 @@
   - 3.4
   - 3.5
   - 3.6
+  - 3.7
 
 sudo: false
 

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