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

Commit 83af715

Browse files
committed
Add tox
1 parent 886119a commit 83af715

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tox.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[tox]
2+
envlist = py27,py36
3+
4+
[testenv]
5+
deps =
6+
pytest
7+
commands =
8+
pytest

0 commit comments

Comments
 (0)