Compare commits
No commits in common. "206067cb4f9ddfd39c2f7f3a4f64881bdf23c10b" and "c813f3cb15cb91128eeebcebfec71d053c64176c" have entirely different histories.
206067cb4f
...
c813f3cb15
37
.travis.yml
Normal file
37
.travis.yml
Normal file
@ -0,0 +1,37 @@
|
||||
language: python
|
||||
dist: xenial
|
||||
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
# TODO add 3.9
|
||||
- "3.9-dev"
|
||||
|
||||
install: pip install tox-travis tox tox-venv
|
||||
|
||||
# Used by the `test` stage.
|
||||
script: tox
|
||||
|
||||
stages:
|
||||
- test
|
||||
- lint
|
||||
|
||||
jobs:
|
||||
allow_failures:
|
||||
- python: "3.9-dev"
|
||||
|
||||
include:
|
||||
|
||||
# The `test` stage using the `python` matrix defined above
|
||||
# is included implicitly.
|
||||
|
||||
- stage: lint
|
||||
name: "Code Linting"
|
||||
python: "3.7"
|
||||
script: TOXENV=lint tox
|
||||
|
||||
- stage: check-docs
|
||||
name: "Docs check"
|
||||
python: "3.7"
|
||||
script: TOXENV=check-docs tox
|
Loading…
x
Reference in New Issue
Block a user