Skip to content

Commit

Permalink
Add setup instructions to CONTRIBUTING.md (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrolujan authored Apr 9, 2018
1 parent fdf1cde commit e3097f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

Contributions are always welcome, both reporting issues and submitting pull requests!

### Setup

Follow these steps to run the shopify_python tests:

```bash
pyenv local 3.6.3 # this is the version running on the 3.6 CI nodes
python -m venv ~/.pyenv/virtualenvs/shopify_python # or wherever you want the env to be
source ~/.pyenv/virtualenvs/shopify_python/bin/activate
make install
make run_tests
```

If all went well, you should see a number of successful tests.

### Reporting issues

Please make sure to include any potentially useful information in the issue, so we can pinpoint the issue faster without going back and forth.
Expand Down

0 comments on commit e3097f9

Please sign in to comment.