Skip to content

Commit 016d403

Browse files
committed
Travis no longer does 3.3 or 2.6
1 parent 6fd6977 commit 016d403

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ language: python
33
sudo: false
44

55
python:
6-
- '2.6'
6+
# - '2.6'
77
- '2.7'
8-
- '3.3'
8+
# - '3.3'
99
- '3.4'
1010
- '3.5'
1111
- '3.6'

admin-tools/how-to-make-a-release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ Resolve conflicts
6969
$ git tag release-python-2.4-$VERSION
7070

7171
$ admin-tools/make-dist-newer.sh
72-
$ git tag release-$VERSION
72+
73+
Go to https://github.com/rocky/python-spark/releases and copy from NEWS.md
7374

7475
# Upload single package and look at Rst Formating
7576

0 commit comments

Comments
 (0)