Skip to content

Commit 061a072

Browse files
committed
Use tox for testing for both Python 2 and 3
1 parent 7089c98 commit 061a072

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tests/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[tox]
2+
envlist = py27,py3
3+
[testenv]
4+
deps=pytest
5+
websocket-client
6+
commands=pytest

0 commit comments

Comments
 (0)