Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd0627f

Browse files
committed
Add tox.ini for running tests
1 parent dabe633 commit bd0627f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[tox]
2+
envlist = py26,py27,pypy,py31,py32,py33,py34,docs,pep8,py3pep8
3+
4+
[testenv]
5+
deps =
6+
pyyaml
7+
commands =
8+
python ua_parser/user_agent_parser_test.py
9+

0 commit comments

Comments
 (0)