Skip to content

Commit 33ed970

Browse files
author
Alexander Lisianoi
committed
Enable tox in ./etc/conf/dev/base.txt
Run `tox` to test against both py27 and py36 at once Closes: #13 Signed-off-by: Aleksandr Lisianoi <all3fox@gmail.com>
1 parent dafb8df commit 33ed970

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
pip-log.txt
2222

2323
# Unit test / coverage reports
24+
.tox
2425
.cache
2526
.coverage
2627
.coverage.*

etc/conf/dev/base.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
py
33
colorama
44
pytest
5+
pluggy
6+
tox

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=pytest -vvs

0 commit comments

Comments
 (0)