Skip to content

Commit

Permalink
[SDK-282]: Updated the README to make sure the tests are run with Pyt…
Browse files Browse the repository at this point in the history
…hon 3+
  • Loading branch information
echarrod committed Mar 29, 2018
1 parent b03e132 commit e4f2ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,11 @@ Plugins for both Django and Flask are in the `plugins/` dir. Their purpose is to

## Running the Tests

Run your project but please make sure you have all the correct requirements:
Running the tests is done by the following process, ensuring you are using Python 3.0+:

1. Install dependencies: `pip install -r requirements.txt`
2. Install the SDK: `python setup.py develop`
3. Execute in the main project dir: `py.test`
1. Install the SDK: `python setup.py develop`
1. Execute in the main project dir: `py.test`

For information on testing with multiple Python versions, see [VERSION-SUPPORT.md](/VERSION-SUPPORT.md)

Expand Down

0 comments on commit e4f2ca3

Please sign in to comment.