Skip to content

Commit 4c286fa

Browse files
committed
tox file for easier local testing
1 parent 925f09c commit 4c286fa

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ dist
5858
.vscode
5959
.ipynb_checkpoints
6060
_modules
61+
.tox/
62+
.python-version
63+

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tox]
2+
envlist = py27, py34, py35, py36, py37

0 commit comments

Comments
 (0)