Skip to content

Commit 8b730cc

Browse files
committed
Bump software versions to test against
1 parent 532d2a2 commit 8b730cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ env:
88
global:
99
- PYTHONPATH=.:$PYTHONPATH
1010
matrix:
11-
- DJANGO=Django==1.7.8 OSCAR=django-oscar==1.0.2
12-
- DJANGO=Django==1.7.8 OSCAR=django-oscar==1.1
13-
- DJANGO=Django==1.8.2 OSCAR=django-oscar==1.1
11+
- DJANGO=Django==1.7.10 OSCAR=django-oscar==1.0.2
12+
- DJANGO=Django==1.7.10 OSCAR=django-oscar==1.1.1
13+
- DJANGO=Django==1.8.4 OSCAR=django-oscar==1.1.1
1414

1515
install:
1616
- pip install $DJANGO $OSCAR

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Adyen package for django-oscar
1616

1717
This package provides integration with the `Adyen`_ payment gateway. It is
1818
designed to work seamlessly with the e-commerce framework `django-oscar`_ but
19-
can be used without Oscar. This extension supports Django 1.6+, Python 3.3+ and
20-
Oscar 0.7+.
19+
can be used without Oscar. This extension supports Django 1.7+, Python 3.3+ and
20+
Oscar 1.0+.
2121

2222
.. _`Adyen`: http://www.adyen.com/
2323
.. _`django-oscar`: https://github.com/tangentlabs/django-oscar

0 commit comments

Comments
 (0)