Skip to content

Commit 29d45e5

Browse files
committed
add widechar tests to py{27,34,35,36}-extra test environments
1 parent b381751 commit 29d45e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ deps =
2323
nose
2424
numpy
2525
pandas
26+
wcwidth
2627

2728

2829
[testenv:py34]
@@ -39,6 +40,7 @@ deps =
3940
nose
4041
numpy
4142
pandas
43+
wcwidth
4244

4345
[testenv:py35]
4446
basepython = python3.5
@@ -54,6 +56,7 @@ deps =
5456
nose
5557
numpy
5658
pandas
59+
wcwidth
5760

5861

5962
[testenv:py36]
@@ -70,3 +73,4 @@ deps =
7073
nose
7174
numpy
7275
pandas
76+
wcwidth

0 commit comments

Comments
 (0)