mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Automate pytest using tox (#934)
* Automate pytest using tox * requirements.txt file updated * Changed test_requirements.txt and tox.ini * Added python 3.4 in tox file
This commit is contained in:
parent
f63825fa15
commit
0a0c66ca9e
2 changed files with 8 additions and 0 deletions
|
|
@ -8,3 +8,4 @@ pytest-timeout>=1.3
|
|||
psutil>=5.4
|
||||
pygments>=2.2
|
||||
colorama>=0.3
|
||||
tox
|
||||
|
|
|
|||
7
tox.ini
Normal file
7
tox.ini
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[tox]
|
||||
envlist=py27,py34,py35,py36,py37
|
||||
|
||||
[testenv]
|
||||
changedir=pytests
|
||||
deps=-rtest_requirements.txt
|
||||
commands=pytest
|
||||
Loading…
Add table
Add a link
Reference in a new issue