Skip to content

Commit cd811ad

Browse files
committed
drop support for tox and Travis CI
1 parent 5fc6d42 commit cd811ad

File tree

5 files changed

+1
-48
lines changed

5 files changed

+1
-48
lines changed

.travis.yml

-14
This file was deleted.

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ TDDBC for Python with Pytest
3838
platform linux -- Python 3.8.5, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3
3939
cachedir: .pytest_cache
4040
rootdir: /root/work/python_pytest, configfile: setup.cfg
41-
plugins: forked-1.3.0, cov-2.11.1, xdist-2.2.1
41+
plugins: cov-2.11.1
4242
collected 3 items
4343
4444
tests/acme/test_snake.py::TestPython::test_be_out_of_question PASSED [ 33%]

requirements.txt

-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
-e .
2-
appdirs==1.4.4
3-
cov-core==1.15.0
4-
coverage==5.5
5-
distlib==0.3.1
6-
execnet==1.8.0
7-
filelock==3.0.12
8-
iniconfig==1.1.1
9-
py==1.10.0
102
pytest-cov==2.11.1
11-
pytest-xdist==2.2.1
123
pytest==6.2.4
13-
tox==3.23.1
14-
virtualenv==20.4.6

setup.cfg

-9
This file was deleted.

tox.ini

-13
This file was deleted.

0 commit comments

Comments
 (0)