This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
github.com_fedora-python_tox-current-env
Watch
1
Star
0
Fork
0
You've already forked github.com_fedora-python_tox-current-env
mirror of
https://github.com/fedora-python/tox-current-env.git
synced
2024-12-26 01:56:12 +01:00
Code
6dd32b21ce
github.com_fedora-python_to...
/
tests
/
fixtures
/
setup.py
10 lines
123 B
Python
Raw
Normal View
History
Unescape
Escape
Add very basic integration tests
2019-07-17 18:28:54 +02:00
from
setuptools
import
setup
Add the --print-extras-to(-file) option
2020-09-11 15:20:03 +02:00
setup
(
name
=
"
test
"
,
extras_require
=
{
"
dev
"
:
[
]
,
"
full
"
:
[
]
,
}
)
Copy Permalink