Skip to content

Commit 8ff4fc5

Browse files
author
Alexander Lisianoi
committed
#67 Add tox with py27 and py36
Add tox=2.7.0 to test-requirements.txt Add .tox to .gitignore Closes: #67 Signed-off-by: Aleksandr Lisianoi <[email protected]>
1 parent 0906afa commit 8ff4fc5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*.pyc
22
/boolean.py.egg-info/
33
/build/
4+
/.tox/
45
/dist/
56
/tmp/
67
/.cache/

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tox=2.7.0

tox.ini

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

0 commit comments

Comments
 (0)