tox.ini
diff --git a/.gitignore b/.gitignore
index 519f3d3..b2abf8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,6 @@
 junit-report.xml
 pylint.txt
 toy.py
-tox.ini
 cover/
 build/
 docs/_build
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..2a961c8
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,8 @@
+[tox]
+envlist = py26,py27,py33,py34,py35,py36
+
+[testenv]
+
+commands =
+    pip install -e .[socks]
+    python setup.py test
\ No newline at end of file