Skip to content

Commit

Permalink
remove no use pep 517 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
David Esteves committed May 23, 2019
1 parent 48a4bf0 commit 0481433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arctic/static/arctic/src/assets/js/components/inlines.js
Expand Up @@ -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];
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist =
envlist =
py{36,37}-django{111,201,202}

[travis]
Expand All @@ -9,7 +9,6 @@ python =

[testenv]
deps =
--no-use-pep517
-efile://{toxinidir}
-rrequirements/test.txt
django202: Django >= 2.2, < 2.3
Expand Down

0 comments on commit 0481433

Please sign in to comment.