We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba08f7 commit 7184780Copy full SHA for 7184780
README.md
@@ -78,6 +78,7 @@ One tool to do just this is [pyenv](https://github.com/yyuu/pyenv)
78
79
1. Install `pyenv`
80
1. Install Python interpreters you want to test with, e.g. `pyenv install 2.6.9`
81
+1. Install project dependencies: `pip install -r requirements.txt`
82
1. Execute in the main project dir: `tox`
83
1. In order to execute integration tests run: `tox pytest_integration.ini`
84
0 commit comments