Skip to content

Commit

Permalink
add instructions to test with tox
Browse files Browse the repository at this point in the history
  • Loading branch information
tsionyx authored and Itai Shirav committed Apr 21, 2018
1 parent d0aba55 commit f0e0c80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py35
envlist = py27, py35, pypy

[testenv]
deps =
Expand Down

0 comments on commit f0e0c80

Please sign in to comment.