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 9, 2021
1 parent 62d3235 commit 0274944
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 54 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/rustpython_ci_linux.yml

This file was deleted.

2 changes: 0 additions & 2 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ license: 'MIT'
short_desc: "A Flake8 plugin to check docstrings for double backticked strings which should be links to the Python documentation."

conda_channels:
- domdfcoding
- conda-forge

python_deploy_version: 3.6
Expand All @@ -23,7 +22,6 @@ python_versions:
- '3.8'
- '3.9'
- 3.10-dev
- rustpython

classifiers:
- 'Development Status :: 4 - Beta'
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 0274944

Please sign in to comment.