Skip to content

Commit d6ecb34

Browse files
author
Emanuele Palazzetti
committed
[django] Django 2.0 is tested in CircleCI
1 parent 02413f5 commit d6ecb34

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,18 @@ jobs:
299299
- run: tox -e '{py27,py34,py35,py36}-django{18,19,110,111}-djangopylibmc06-djangoredis45-pylibmc-redis{210}-memcached' --result-json /tmp/django.1.results
300300
- run: tox -e '{py27,py34,py35,py36}-django-autopatch{18,19,110,111}-djangopylibmc06-djangoredis45-pylibmc-redis{210}-memcached' --result-json /tmp/django.2.results
301301
- run: tox -e '{py27,py34,py35,py36}-django-drf{110,111}-djangorestframework{34,35,36,37}' --result-json /tmp/django.3.results
302+
- run: tox -e '{py34,py35,py36}-django{200}-djangopylibmc06-djangoredis45-pylibmc-redis{210}-memcached' --result-json /tmp/django.4.results
303+
- run: tox -e '{py34,py35,py36}-django-autopatch{200}-djangopylibmc06-djangoredis45-pylibmc-redis{210}-memcached' --result-json /tmp/django.5.results
304+
- run: tox -e '{py34,py35,py36}-django-drf{200}-djangorestframework{37}' --result-json /tmp/django.6.results
302305
- persist_to_workspace:
303306
root: /tmp
304307
paths:
305308
- django.1.results
306309
- django.2.results
307310
- django.3.results
311+
- django.4.results
312+
- django.5.results
313+
- django.6.results
308314
- save_cache:
309315
key: tox-cache-django-{{ checksum "tox.ini" }}
310316
paths:

0 commit comments

Comments
 (0)