36
.travis.yml
36
.travis.yml
@@ -1,5 +1,16 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- 'chat.freenode.net#pytest'
|
||||||
|
on_success: change
|
||||||
|
on_failure: change
|
||||||
|
skip_join: true
|
||||||
|
email:
|
||||||
|
- pytest-commit@python.org
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- '2.6'
|
- '2.6'
|
||||||
- '2.7'
|
- '2.7'
|
||||||
@@ -10,26 +21,25 @@ env:
|
|||||||
- TOXENV=py-pytest30
|
- TOXENV=py-pytest30
|
||||||
- TOXENV=py-pytest31
|
- TOXENV=py-pytest31
|
||||||
- TOXENV=py-pytest32
|
- TOXENV=py-pytest32
|
||||||
|
|
||||||
install: pip install tox setuptools_scm
|
install: pip install tox setuptools_scm
|
||||||
matrix:
|
script: tox
|
||||||
|
|
||||||
|
jobs:
|
||||||
include:
|
include:
|
||||||
# note: please use "tox --listenvs" to populate the build matrix
|
- stage: test
|
||||||
|
# python x env above are already included into this stage
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
env: TOXENV=flakes
|
env: TOXENV=flakes
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
env: TOXENV=readme
|
env: TOXENV=readme
|
||||||
|
|
||||||
script: tox
|
- stage: deploy
|
||||||
notifications:
|
python: '3.6'
|
||||||
irc:
|
env:
|
||||||
channels:
|
install: skip
|
||||||
- chat.freenode.net#pytest
|
script: skip
|
||||||
on_success: change
|
deploy:
|
||||||
on_failure: change
|
|
||||||
skip_join: true
|
|
||||||
email:
|
|
||||||
- pytest-commit@python.org
|
|
||||||
deploy:
|
|
||||||
provider: pypi
|
provider: pypi
|
||||||
user: ronny
|
user: ronny
|
||||||
skip_upload_docs: true
|
skip_upload_docs: true
|
||||||
|
|||||||
Reference in New Issue
Block a user