We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd6977 commit 016d403Copy full SHA for 016d403
.travis.yml
@@ -3,9 +3,9 @@ language: python
3
sudo: false
4
5
python:
6
- - '2.6'
+# - '2.6'
7
- '2.7'
8
- - '3.3'
+# - '3.3'
9
- '3.4'
10
- '3.5'
11
- '3.6'
admin-tools/how-to-make-a-release.md
@@ -69,7 +69,8 @@ Resolve conflicts
69
$ git tag release-python-2.4-$VERSION
70
71
$ admin-tools/make-dist-newer.sh
72
- $ git tag release-$VERSION
+
73
+Go to https://github.com/rocky/python-spark/releases and copy from NEWS.md
74
75
# Upload single package and look at Rst Formating
76
0 commit comments