Skip to content

Commit 7184780

Browse files
committed
Clarifies tox test execution
1 parent 7ba08f7 commit 7184780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ One tool to do just this is [pyenv](https://github.com/yyuu/pyenv)
7878

7979
1. Install `pyenv`
8080
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`
8182
1. Execute in the main project dir: `tox`
8283
1. In order to execute integration tests run: `tox pytest_integration.ini`
8384

0 commit comments

Comments
 (0)