From f0e0c8035a69f222401a2378e3125fb928c33db6 Mon Sep 17 00:00:00 2001 From: Ivan Ladelshchikov Date: Fri, 6 Apr 2018 13:45:05 +0400 Subject: [PATCH] add instructions to test with tox --- docs/contributing.md | 4 ++++ tox.ini | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index cb64e57..c173cb9 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -30,6 +30,10 @@ To see test coverage information run: bin/nosetests --with-coverage --cover-package=infi.clickhouse_orm +To test with tox, ensure that the setup.py is present (otherwise run `bin/buildout buildout:develop= setup.py`) and run: + + pip install tox + tox --- diff --git a/tox.ini b/tox.ini index e012173..81299c8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py35 +envlist = py27, py35, pypy [testenv] deps =