Skip to content

Commit

Permalink
Disable all but 2.7 and nightly testing.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rouilj committed Jun 25, 2023
1 parent c976c2d commit 2de188a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ dist: focal

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

Expand Down

0 comments on commit 2de188a

Please sign in to comment.