Skip to content

Commit

Permalink
Automates PyPI deployment via Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras committed Mar 22, 2020
1 parent bd218f4 commit 2328bb0
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
sudo: false
language: python
python:
- "3.6"
- "3.7"
- 3.7
- 3.6

install: pip install tox-travis

script: make test

deploy:
provider: pypi
distributions: sdist bdist_wheel
user: "__token__"
on:
# tags: true
all_branches: true
repo: AndreMiras/pyetheroll
python: 3.7

0 comments on commit 2328bb0

Please sign in to comment.