File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ language:
99
1010python :
1111 - 2.7
12- - 3.5
1312 - 3.6
1413 - 3.7
14+ - 3.8
1515
1616env :
1717 global :
Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ readme:
2323 sed -i ' /(#$(PACKAGE)-py)/,+2d' README.md
2424
2525release :
26- git checkout master && git pull origin && git fetch -p
27- git log --pretty=format:" %C(yellow)%h%Creset %s%Cgreen%d" --reverse -20
28- @echo " Releasing v$( VERSION) in 10 seconds. Press <CTRL+C> to abort" && sleep 10
26+ git checkout master && git pull origin && git fetch -p && git diff
27+ @echo " Continuing in 10 seconds. Press <CTRL+C> to abort\n" && sleep 10
28+ @git log --pretty=format:" %C(yellow)%h%Creset %s%Cgreen%d" --reverse -20
29+ @echo " \nReleasing v$( VERSION) in 10 seconds. Press <CTRL+C> to abort" && sleep 10
2930 git commit -a -m ' v$(VERSION)' && git tag -a v$(VERSION ) -m ' v$(VERSION)'
3031 git push --follow-tags
3132
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package=tableschema
33skip_missing_interpreters =true
44envlist =
55 py27
6- py35
76 py36
87 py37
8+ py38
99
1010[testenv]
1111deps =
You can’t perform that action at this time.
0 commit comments