Skip to content

Commit

Permalink
ci/tox: remove pytestfeatures
Browse files Browse the repository at this point in the history
pytest does not use the `features` branch anymore.
  • Loading branch information
blueyed committed Apr 3, 2020
1 parent 6e8b6d4 commit 30a2f7c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,10 @@ jobs:
env: TOXENV=py38-coverage
- python: '3.6'
env: TOXENV=py36-pytestmaster-coverage
- python: '3.6'
env: TOXENV=py36-pytestfeatures-coverage
- python: '3.6'
env: TOXENV=benchmark
- python: '3.7'
env: TOXENV=py37-pytestmaster-coverage
- python: '3.7'
env: TOXENV=py37-pytestfeatures-coverage

- stage: deploy
python: '3.6'
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ environment:
- TOXENV: "py37"
- TOXENV: "pypy"
- TOXENV: "py36-pytestmaster"
- TOXENV: "py36-pytestfeatures"

install:
- echo Installed Pythons
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ extras=testing
deps=
coverage: coverage
pytestmaster: git+https://github.com/pytest-dev/pytest.git@master
pytestfeatures: git+https://github.com/pytest-dev/pytest.git@features

[testenv:benchmark]
commands=pytest {posargs:testing/benchmark.py}
Expand Down

0 comments on commit 30a2f7c

Please sign in to comment.