Skip to content

Commit

Permalink
Added tox for testing multiple environments
Browse files Browse the repository at this point in the history
  • Loading branch information
juan cañete committed Nov 8, 2017
1 parent 7511164 commit 67273e8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
build
dist
__pycache__/
.tox/
*.py[cod]
*.swp
*.swo
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,3 @@
include README.md
include LICENSE.txt
graft docs
7 changes: 7 additions & 0 deletions tox.ini
@@ -0,0 +1,7 @@
[tox]
envlist = py35, py36

[testenv]

commands = python setup.py test

0 comments on commit 67273e8

Please sign in to comment.