Drop other envs for now (testing)

This commit is contained in:
Luke Murphy 2020-04-24 14:33:13 +02:00
parent f3e68e6091
commit c82c22f09b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 30 deletions

View File

@ -1,33 +1,3 @@
# ---
# kind: pipeline
# name: linters
# steps:
# - name: tox -e linters
# image: python:3.8-buster
# commands:
# - pip install tox==3.14.6
# - tox -e linters
# ---
# kind: pipeline
# name: packaging
# steps:
# - name: tox -e packaging
# image: python:3.8-buster
# commands:
# - pip install tox==3.14.6
# - tox -e packaging
# ---
# kind: pipeline
# name: py38
# steps:
# - name: tox -e py38
# image: python:3.8-buster
# commands:
# - pip install tox==3.14.6
# - tox -e py38
---
kind: pipeline
name: integration