# HG changeset patch # User John Rouillard # Date 1571485536 14400 # Node ID df279b4e34a5c725de1942d3a14f423068775477 # Parent 1273f146ebf315f3d327d22fa5787bc47312ba66 Run travis on 3.8 now that it's released. diff -r 1273f146ebf3 -r df279b4e34a5 .travis.yml --- a/.travis.yml Fri Oct 18 19:24:05 2019 -0400 +++ b/.travis.yml Sat Oct 19 07:45:36 2019 -0400 @@ -6,6 +6,7 @@ - 3.5 - 3.6 - 3.7 + - 3.8 # - nightly #I would like to build and test the maint-1.6 and trunk/default @@ -22,6 +23,7 @@ matrix: allow_failures: # nightly not ready for prime time yet. + - 3.8 - nightly sudo: false