Skip to content

Commit

Permalink
Set up tox for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wosc committed Nov 14, 2019
1 parent d46d356 commit b2e989f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,3 +8,4 @@ develop-eggs/
build/
dist/
*.egg-info/
.tox/
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -63,5 +63,6 @@
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
'Framework :: Zope :: 3'],
test_suite='zc.table.tests.test_suite',
zip_safe=False,
)
8 changes: 8 additions & 0 deletions tox.ini
@@ -0,0 +1,8 @@
[tox]
envlist = py27, py3

[testenv]
commands =
python setup.py test -q
deps =
.[test]

0 comments on commit b2e989f

Please sign in to comment.