Skip to content

Commit

Permalink
update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranke committed May 30, 2017
1 parent fbe5a7a commit b231590
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
[tox]
envlist = py26,py27,py33,py34,py35,py36
envlist = py{26,27,33,34,35,36}-{chardet,cchardet}

[testenv]

deps =
py{26,27,33,34,35,36}-chardet: chardet
py{26,33}-cchardet: chardet
py{27,34,35,36}-cchardet: cchardet

commands =
pip install -e .[socks]
python setup.py test
python setup.py test

0 comments on commit b231590

Please sign in to comment.