File size: 253 Bytes
4774d56
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = python3.6,python3.7,python3.8,python3.9
[testenv]
deps = pytest
# run the tests
# ... or run any other command line tool you need to run here
commands = pytest
download = True