Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
travis: deploy with the pypi provider
  • Loading branch information
simleo committed May 23, 2019
1 parent cbcd4c0 commit 570e3e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 97 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Expand Up @@ -35,14 +35,11 @@ script:
- ./.travis/run_checks
- docker stop pydoop

before_deploy:
- pip install setuptools twine wheel

deploy:
provider: script
script: .travis/deploy
provider: pypi
user: "${CI_USER}"
password: "${CI_PASS}"
on:
python: "3.6"
condition: $HADOOP_VERSION = 3.2.0
python: "3.7"
repo: crs4/pydoop
tags: true
18 changes: 0 additions & 18 deletions .travis/Dockerfile.dist

This file was deleted.

36 changes: 0 additions & 36 deletions .travis/deploy

This file was deleted.

36 changes: 0 additions & 36 deletions dev_tools/release

This file was deleted.

0 comments on commit 570e3e8

Please sign in to comment.