diff .travis.yml @ 7511:6173bbd0e014

Disable all but 2.7 and nightly testing. I have to keep pestering travis to refill the credits I need for testing. Since github is testing the 3.x stuff, I only need to use travis for latest devel (nigthly) and 2.7 python. 2.7 support has been dropped from github. This will hopefully reduce the number of times that I look to travis for results and find that it didn't run because of exhausted cedits.
author John Rouillard <rouilj@ieee.org>
date Sun, 25 Jun 2023 17:08:17 -0400
parents 46248c3ca7af
children 8d55398f976a
line wrap: on
line diff
--- a/.travis.yml	Sun Jun 25 17:05:00 2023 -0400
+++ b/.travis.yml	Sun Jun 25 17:08:17 2023 -0400
@@ -22,11 +22,11 @@
 
 python:
   - 2.7
-  - 3.10.4
+#  - 3.10.4
 #  - 3.9
 #  - 3.8
-  - 3.6
-  - 3.11-dev
+#  - 3.6
+#  - 3.11-dev
   - nightly
 #  - pypy3
 

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