Compare commits

..

No commits in common. "0a0bbd03b39c69efbef2ce35f85f004302f8eae7" and "49c33de6899ef4678bf3bcc9644172ebfd9e9162" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View File

@ -23,14 +23,6 @@ pipeline:
- pip install -e .[ci]
- tox -e py37
test-3.7-pypy:
group: test
image: pypy:3-7-slim
pull: true
commands:
- pip install -e .[ci]
- tex -e pypy37
test-3.6:
group: test
image: python:3.6-alpine

View File

@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,pypy37,py38,py39,lint
envlist = py36,py37,py38,py39,lint
[testenv]
deps = .[test]