testing travis
This commit is contained in:
parent
6786f63bd7
commit
f8eaf4866a
@ -8,6 +8,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- python setup.py test
|
- python setup.py test
|
||||||
- if [[ ${TRAVIS_PYTHON_VERSION:0:1} == "3" ]]; then pre-commit run --all-files; fi
|
- if [[ ${TRAVIS_PYTHON_VERSION:0:1} == "3" ]]; then pre-commit run --all-files; fi
|
||||||
|
- env
|
||||||
deploy:
|
deploy:
|
||||||
provider: pypi
|
provider: pypi
|
||||||
user: "__token__"
|
user: "__token__"
|
||||||
@ -16,4 +17,4 @@ deploy:
|
|||||||
distributions: "sdist bdist_wheel"
|
distributions: "sdist bdist_wheel"
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
condition: $TRAVIS_TAG =~ /^v[0-9].*/
|
condition: $TRAVIS_TAG =~ ^v[0-9]+.[0-9]+.[0-9]+$
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user