You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`pinax-stripe` supports a variety of Python and Django versions. It's best if you test each one of these before committing. Our [Travis CI Integration](https://travis-ci.org/pinax/pinax-stripe) will test these when you push but knowing before you commit prevents from having to do a lot of extra commits to get the build to pass.
40
-
41
-
### Environment Setup
42
-
43
-
In order to easily test on all these Pythons and run the exact same thing that Travis CI will execute you'll want to setup [pyenv](https://github.com/yyuu/pyenv) and install the Python versions outlined in [tox.ini](tox.ini).
44
-
45
-
If you are on the Mac, it's recommended you use [brew](http://brew.sh/). After installing `brew` run:
Make sure you are NOT inside a `virtualenv` and then:
70
-
71
-
```
72
-
$ detox
73
-
```
74
-
75
-
This will execute the testing matrix in parallel as defined in the `tox.ini`.
76
-
77
-
78
-
## Documentation
79
-
80
-
The `pinax-stripe` documentation is available at http://pinax-stripe.readthedocs.org/en/latest/.
81
-
The Pinax documentation is available at http://pinaxproject.com/pinax/.
82
-
We recently did a Pinax Hangout on pinax-stripe, you can read the recap blog post and find the video [here](http://blog.pinaxproject.com/2016/01/27/recap-january-pinax-hangout/).
32
+
`pinax-stripe-light` is a Django app for integrating Stripe webhooks into your
33
+
project. It also includes from lightweight utilities like template tags to make
34
+
working with Stripe a bit easier.
83
35
84
36
85
37
## Contribute
@@ -88,8 +40,6 @@ See [this blog post](http://blog.pinaxproject.com/2016/02/26/recap-february-pina
88
40
89
41
In case of any questions we recommend you [join our Pinax Slack team](http://slack.pinaxproject.com) and ping us there instead of creating an issue on GitHub. Creating issues on GitHub is of course also valid but we are usually able to help you faster if you ping us in Slack.
90
42
91
-
We also highly recommend reading our [Open Source and Self-Care blog post](http://blog.pinaxproject.com/2016/01/19/open-source-and-self-care/).
0 commit comments