Skip to content

Commit 0376394

Browse files
committed
add tox config to test python 2 and 3
1 parent 218e869 commit 0376394

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ python-dateutil>=2.2
77
requests==2.3.0
88
six==1.6.1
99
sure==1.2.7
10+
nose

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[tox]
2+
envlist=py27,py33
3+
[testenv]
4+
deps=-rrequirements.txt
5+
commands=nosetests coinbase

0 commit comments

Comments
 (0)