Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 6b286c7

Browse files
committed
Use tox
1 parent 8012c90 commit 6b286c7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ bin/*
1111
*.gem
1212

1313
dist/
14+
.tox
1415
.*.swp
1516
*.egg
1617
*.egg-info

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[tox]
2+
envlist = py25, py26, py27, pypy
3+
4+
[testenv]
5+
deps = Attest
6+
commands = python setup.py test

0 commit comments

Comments
 (0)