Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Support laterpay-client v3 and v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemysław Suliga committed Nov 5, 2015
1 parent 31b63c6 commit 247a840
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
package_data={'djlaterpay': ['templates/laterpay/inclusion/*']},

install_requires=(
'laterpay-client==3.2.1',
'laterpay-client>=3.2.1',
'Django',
),

Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
{python27,python33,python34}-{django16,django17,django18,djangodev},
{python27,python33,python34}-{django16,django17,django18,djangodev}-{lpclient32,lpclient40},
python27-django14,
cov,
flake8,
Expand All @@ -17,6 +17,8 @@ deps =
django17: Django==1.7.1
django18: Django==1.8.3
djangodev: git+https://github.com/django/django.git
lpclient32: laterpay-client==3.2.1
lpclient40: laterpay-client==4.0.0
commands =
python setup.py test

Expand Down

0 comments on commit 247a840

Please sign in to comment.