Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 3b0c9a0

Browse files
committed
Add tox.ini
1 parent c8fccc6 commit 3b0c9a0

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
@@ -0,0 +1,12 @@
1+
[tox]
2+
minversion = 3.7.0
3+
isolated_build = true
4+
envlist = py{27,35,36,37}
5+
6+
[testenv]
7+
deps =
8+
pytest ~= 4.4.1
9+
pytest-cov ~= 2.6.1
10+
pytest-randomly ~= 1.2.3
11+
commands =
12+
pytest --pyargs combtest.test --cov combtest {posargs}

0 commit comments

Comments
 (0)