Thanks to visit codestin.com Credit goes to github.com
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 fdf1cde commit e3097f9Copy full SHA for e3097f9
CONTRIBUTING.md
@@ -2,6 +2,20 @@
2
3
Contributions are always welcome, both reporting issues and submitting pull requests!
4
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
19
### Reporting issues
20
21
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