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-25 09:36:13 +01:00
Code
45bac2d3ee
github.com_fedora-python_to...
/
tox.ini
8 lines
97 B
INI
Raw
Normal View
History
Unescape
Escape
Add very basic integration tests
2019-07-17 18:28:54 +02:00
[tox]
envlist
=
py36,py37,py38
[testenv]
deps
=
pytest
commands
=
Test package and depndencies are (not) installed
2019-07-18 11:06:48 +02:00
pytest -v {posargs} tests
Copy Permalink