Skip to content

Commit 2afeefe

Browse files
committed
add collect tests tox env
1 parent 9363166 commit 2afeefe

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tox.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,15 @@ deps =
163163
commands =
164164
python setup.py sdist
165165
twine check dist/*.tar.gz
166+
167+
[testenv:collect-tests]
168+
# this needs to succeed for tests to display in some IDEs
169+
extras = test
170+
deps =
171+
boto3 >= 1.12.8
172+
python-dateutil
173+
pytest
174+
pytest-cov
175+
docker
176+
commands =
177+
pytest --collect-only

0 commit comments

Comments
 (0)