mirror of https://github.com/tqdm/tqdm.git
potential fix GitHub deployments
This commit is contained in:
parent
dc095e6b51
commit
4b322389e0
11
.travis.yml
11
.travis.yml
|
@ -25,9 +25,10 @@ matrix:
|
|||
- |
|
||||
if [[ -n "$TRAVIS_TAG" ]]; then
|
||||
docker tag tqdm/tqdm:latest tqdm/tqdm:${TRAVIS_TAG#v}
|
||||
docker tag tqdm/tqdm:latest docker.pkg.github.com/tqdm/tqdm/tqdm:${TRAVIS_TAG#v}
|
||||
; fi
|
||||
docker tag tqdm/tqdm:latest docker.pkg.github.com/tqdm/tqdm/tqdm:${TRAVIS_TAG#v} ; fi
|
||||
- docker tag tqdm/tqdm:latest tqdm/tqdm:devel
|
||||
- docker tag tqdm/tqdm:latest docker.pkg.github.com/tqdm/tqdm/tqdm:latest
|
||||
- docker tag tqdm/tqdm:latest docker.pkg.github.com/tqdm/tqdm/tqdm:devel
|
||||
- pip install .[dev]
|
||||
- make build
|
||||
#- make submodules
|
||||
|
@ -61,10 +62,16 @@ matrix:
|
|||
tags: true
|
||||
- provider: script
|
||||
script: docker push tqdm/tqdm:latest
|
||||
- provider: script
|
||||
script: docker push docker.pkg.github.com/tqdm/tqdm/tqdm:latest
|
||||
- provider: script
|
||||
script: docker push tqdm/tqdm:devel
|
||||
on:
|
||||
branch: devel
|
||||
- provider: script
|
||||
script: docker push docker.pkg.github.com/tqdm/tqdm/tqdm:devel
|
||||
on:
|
||||
branch: devel
|
||||
- python: pypy2.7-5.10.0
|
||||
env: TOXENV=pypy
|
||||
- python: pypy3.5-5.10.0
|
||||
|
|
Loading…
Reference in New Issue