Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3097f9

Browse files
Add setup instructions to CONTRIBUTING.md (#93)
1 parent fdf1cde commit e3097f9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
### Setup
6+
7+
Follow these steps to run the shopify_python tests:
8+
9+
```bash
10+
pyenv local 3.6.3 # this is the version running on the 3.6 CI nodes
11+
python -m venv ~/.pyenv/virtualenvs/shopify_python # or wherever you want the env to be
12+
source ~/.pyenv/virtualenvs/shopify_python/bin/activate
13+
make install
14+
make run_tests
15+
```
16+
17+
If all went well, you should see a number of successful tests.
18+
519
### Reporting issues
620

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

0 commit comments

Comments
 (0)