Skip to content

Commit

Permalink
Deploy on test.pypi
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed May 18, 2018
1 parent 6149483 commit 20ef430
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ matrix:
- os: osx
language: generic
osx_image: xcode9

install:
- ".travis/install.sh"
- ".travis/install.sh"

script:
- ".travis/run.sh"
- ".travis/run.sh"

after_success:
- codecov
- codecov

deploy:
matrix:
- provider: pypi
user: uilianries
password:
Expand Down

0 comments on commit 20ef430

Please sign in to comment.