Skip to content

Commit e459c01

Browse files
authored
Merge pull request #185 from bluetech/tox-setuptools
Update doc/install, Remove setuptools-scm tox dependency
2 parents ce938ab + 4e9a282 commit e459c01

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/install.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Info in a nutshell
22
====================
33

4-
**Pythons**: 2.7, 3.4+, PyPy 2 & 3
4+
**Pythons**: 3.7+, PyPy 3
55

66
**Operating systems**: Linux, Windows, OSX, Unix
77

88
**Distribution names**:
99

1010
* PyPI name: ``execnet``
11-
* redhat fedora: ``python-execnet``
12-
* debian: ``python-execnet``
13-
* gentoo: ``dev-python/execnet``
11+
* Redhat Fedora: ``python-execnet``
12+
* Debian: ``python-execnet``
13+
* Gentoo: ``dev-python/execnet``
1414

1515
**git repository**: https://github.com/pytest-dev/execnet
1616

@@ -34,5 +34,4 @@ Next checkout the basic api and examples:
3434
.. _`github repository`: https://github.com/pytest-dev/execnet
3535
.. _`execnet git repository`: https://github.com/pytest-dev/execnet
3636
.. _`pypi release`: http://pypi.python.org/pypi/execnet
37-
.. _setuptools: http://pypi.python.org/pypi/setuptools
3837
.. _distribute: http://pypi.python.org/pypi/distribute

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ envlist=py{37,38,39,310,311,pypy37},docs,linting
33
isolated_build = true
44
[testenv]
55
deps=
6-
setuptools_scm
76
py
87
pytest
98
pytest-timeout

0 commit comments

Comments
 (0)