PySnooper/.travis.yml

48 lines
789 B
YAML
Raw Normal View History

2019-04-21 13:53:18 +00:00
dist: xenial
language: python
2019-04-21 13:53:18 +00:00
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8-dev
2019-04-21 19:17:19 +00:00
- pypy2.7-6.0
2019-04-21 13:53:18 +00:00
- pypy3.5
install:
- pip install tox-travis
2019-04-21 13:53:18 +00:00
script:
- tox
stages:
- lint
- test
2019-05-03 15:46:32 +00:00
#- deploy
matrix:
allow_failures:
- env: TOXENV=flake8
- env: TOXENV=pylint
- env: TOXENV=bandit
jobs:
include:
2019-05-03 15:46:32 +00:00
#- { stage: lint, python: 3.7, env: TOXENV=flake8 }
#- { stage: lint, python: 3.7, env: TOXENV=pylint }
#- { stage: lint, python: 3.7, env: TOXENV=bandit }
- { stage: lint, python: 3.7, env: TOXENV=readme }
2019-05-03 15:46:32 +00:00
#- stage: deploy
# install: skip
# script: skip
# deploy:
# provider: pypi
# distributions: sdist bdist_wheel
# user: cool-RR
# password:
# secure: <your-pypi-password-here-encrypted-using-the-travis-cli>
# on:
# tags: true