From 0481433201e48c8ef896421b096290e46e694da2 Mon Sep 17 00:00:00 2001 From: David Esteves Date: Thu, 23 May 2019 16:21:11 +0200 Subject: [PATCH] remove no use pep 517 flag --- arctic/static/arctic/src/assets/js/components/inlines.js | 2 +- tox.ini | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/arctic/static/arctic/src/assets/js/components/inlines.js b/arctic/static/arctic/src/assets/js/components/inlines.js index cfbdc4b2..76e6d584 100644 --- a/arctic/static/arctic/src/assets/js/components/inlines.js +++ b/arctic/static/arctic/src/assets/js/components/inlines.js @@ -92,7 +92,7 @@ function startDynamicInlines() { } function checkMaxNum(inlineFormSelector) { - // Check if the form already reached dthe max number of fields + // Check if the form already reached the max number of fields let $addButton = $('[js-data-inline-button]'); for(let i = 0, len = $addButton.length; i < len; i++) { let button = $addButton[i]; diff --git a/tox.ini b/tox.ini index 79673495..fdd9370e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = +envlist = py{36,37}-django{111,201,202} [travis] @@ -9,7 +9,6 @@ python = [testenv] deps = - --no-use-pep517 -efile://{toxinidir} -rrequirements/test.txt django202: Django >= 2.2, < 2.3