Skip to content

Commit 1b2c879

Browse files
authored
another try at deploying both py2 and py3 (#7)
Signed-off-by: David Brown <dmlb2000@gmail.com>
1 parent 5ed192c commit 1b2c879

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
script: pre-commit run -a
2424
- stage: deploy
2525
python: 3.6
26-
script: python setup.py bdist_wheel sdist
26+
script: skip
2727
deploy:
2828
skip_cleanup: true
2929
provider: pypi
@@ -33,3 +33,5 @@ jobs:
3333
distributions: "sdist bdist_wheel"
3434
on:
3535
tags: true
36+
- python: 2.7
37+
script: skip

0 commit comments

Comments
 (0)