debugpy/.travis.yml
Pavel Minaev b5b1e4145e
Remove code coverage. (#1043)
Remove setup.py test (doesn't work with Tox).
2018-11-19 20:59:02 -08:00

29 lines
366 B
YAML

language: python
dist: xenial
sudo: required
cache: pip
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
stages:
- lint
- test
jobs:
include:
- stage: lint
python: "3.7"
install:
- pip install -U pip setuptools flake8
script:
- flake8
install:
- pip install -U pip setuptools tox tox-travis
script:
- tox