Skip to content

Commit

Permalink
Back out testing on RustPython for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Feb 11, 2021
1 parent ade19cb commit 7089d02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 53 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/rustpython_ci_linux.yml

This file was deleted.

1 change: 0 additions & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ python_versions:
- 3.8
- 3.9
- 3.10-dev
- rustpython

keywords:
- github
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
# * pytest

[tox]
envlist = py36, py37, py38, py39, py310-dev, rustpython, mypy, build
envlist = py36, py37, py38, py39, py310-dev, mypy, build
skip_missing_interpreters = True
requires =
pip>=20.3.3
tox-envlist>=0.1.0
isolated_build = True

[envlists]
test = py36, py37, py38, py39, py310-dev, rustpython
test = py36, py37, py38, py39, py310-dev
qa = mypy, lint
cov = py36, coverage

Expand Down

0 comments on commit 7089d02

Please sign in to comment.