Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit aed9fc6

Browse files
committed
Add tox support.
1 parent d428318 commit aed9fc6

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dist/
44
*.pyc
55
__pycache__
66
.coverage
7+
.tox/

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[tox]
2+
envlist = py27, py33
3+
4+
[testenv]
5+
deps= -r{toxinidir}/test_requirements.txt
6+
commands= py.test -n 4 --cov hyper {toxinidir}/test/

0 commit comments

Comments
 (0)