mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Make use of tox for tests
This commit is contained in:
parent
fb28e4d943
commit
91f3a16d08
2 changed files with 7 additions and 0 deletions
3
dev-requirements.txt
Normal file
3
dev-requirements.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
-r requirements.txt
|
||||
|
||||
pytest
|
||||
4
tox.ini
Normal file
4
tox.ini
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[testenv]
|
||||
deps = -rdev-requirements.txt
|
||||
commands = pytest {posargs}
|
||||
skip_install = true
|
||||
Loading…
Reference in a new issue