Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
This should release tagged commit on PyPi.
Browse files Browse the repository at this point in the history
Not sure I got the password encryption correctly though:
travis-ci/dpl#377

And apparently we will need to re-encrypt once we make the
repo public:
travis-ci/dpl#377 (comment)
  • Loading branch information
recamshak committed Aug 3, 2018
1 parent 66911bf commit 5f66920
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- '2.6'
- '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.6'
install:
- pip install .
- pip install .
script:
- pytest
- pytest
deploy:
provider: pypi
user: LINE
password:
secure: tt4hLC+0b+bFcoJS4sALOLvFWt7icICIXljD00p2fP8U5CcsNT4bDjTOxKIwvFYCGimK6yXyHkgWFtrCM0Mqy5vHTZkRYbt0cJ6DApf2mWvjQVi6XWA7BwDtdu1lwChDkdni4OOkFrzMhmm0W6qQV29sNStJjp9lOLX5sF0BamlAWAW2/SEzI7vRiOYcub3ZVb7snBINxnjGprQA3AqbEMfE7U1aboAdJGx+edeIynVNv98nL03Im8XExdh6cOehi8yxA2tLfsc7f4mGvWwUt5T3xJBawoUKKvCx0k8IzD1fFRsU0kCmeFAOwCaZHpAvlB0g4tF/2DO/TZXeup4SSBbsBgCaMDzlpHx2CPlTxx6EBoogG15oc5Tu6xIM3MaA1HXSLwpQs17GtsW3c6jVrtGlymJYApceKFn/Ox8dBTRjEF9pr6bRQ8MukM8K9y4ZzQcLeljE11uAenlOfeQvTlQImKnPCLkmqZek1AARdf7g4qEpuDUSyk+3gO3VgcQ0LEGczKGYvfC7i4fszKZhyh6t0bOJeMMF7JnZBUtu/euhDLdzR+C8Q6f8GBdQWjwVowvxGEfidV8h+GbOqL4zKudcJtSIg6GdRZDr+mahCVq7uyKmpDXYtLB1Qo5RDqvL534WSQe+dpgAsycrUj45vhqtmKVhgib0r1bTPc3/FAU=
on:
tags: true

0 comments on commit 5f66920

Please sign in to comment.