Enable CI (#28)

This commit is contained in:
Sergey Petrov
2017-01-25 17:39:04 +03:00
committed by GitHub
parent 701b587c32
commit 9e2fd44a30
5 changed files with 45 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
[tox]
envlist = py27, py34, py35, py36
[testenv]
commands = nosetests []
deps =
nose
py27: mock
usedevelop=True