Skip to content

Commit 2de188a

Browse files
committed
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.
1 parent c976c2d commit 2de188a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ dist: focal
2222

2323
python:
2424
- 2.7
25-
- 3.10.4
25+
# - 3.10.4
2626
# - 3.9
2727
# - 3.8
28-
- 3.6
29-
- 3.11-dev
28+
# - 3.6
29+
# - 3.11-dev
3030
- nightly
3131
# - pypy3
3232

0 commit comments

Comments
 (0)