add instructions to test with tox

This commit is contained in:
Ivan Ladelshchikov
2018-04-21 11:49:14 +03:00
committed by Itai Shirav
parent d0aba55b0c
commit f0e0c8035a
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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
---
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py35
envlist = py27, py35, pypy
[testenv]
deps =