diff mbox

[7/7] Test Django 1.6 and 1.7 under Python 2.7 in Travis

Message ID 1470718525-32603-8-git-send-email-dja@axtens.net
State Changes Requested
Headers show

Commit Message

Daniel Axtens Aug. 9, 2016, 4:55 a.m. UTC
This will hopefully catch any other breaking changes sooner!

Signed-off-by: Daniel Axtens <dja@axtens.net>
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stephen Finucane Sept. 7, 2016, 8:42 p.m. UTC | #1
On 09 Aug 14:55, Daniel Axtens wrote:
> This will hopefully catch any other breaking changes sooner!
> 
> Signed-off-by: Daniel Axtens <dja@axtens.net>

Merged into the other patch, along with some Python environments that
seemed to be missing (correct me if I'm wrong).

Stephen
Daniel Axtens Sept. 7, 2016, 10:59 p.m. UTC | #2
Stephen Finucane <stephenfinucane@hotmail.com> writes:

> On 09 Aug 14:55, Daniel Axtens wrote:
>> This will hopefully catch any other breaking changes sooner!
>> 
>> Signed-off-by: Daniel Axtens <dja@axtens.net>
>
> Merged into the other patch, along with some Python environments that
> seemed to be missing (correct me if I'm wrong).

I had a look, and everything seems to be in order. Thanks!

Regards,
Daniel
>
> Stephen
diff mbox

Patch

diff --git a/.travis.yml b/.travis.yml
index 49d3fc7b776d..1742cf9caf4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,8 @@  env:
     - PW_TEST_DB_PASS=""
     - PW_SKIP_BROWSER_TESTS=yes
   matrix:
+    - TOX_ENV=py27-django16
+    - TOX_ENV=py27-django17
     - TOX_ENV=py27-django18
     - TOX_ENV=py27-django19
     - TOX_ENV=py35-django18