Skip to content

Commit f6295b6

Browse files
michael-katodorov
authored andcommitted
Use latest pip when running tox
1 parent cf623a7 commit f6295b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ envlist =
1212
py{36,37}-django22
1313
py{36,37,38}-django{30,31}
1414

15+
requires =
16+
pip >=21.0.1
17+
tox-travis
18+
1519
[testenv]
1620
commands =
1721
django_not_installed: bash -c \'pylint --load-plugins=pylint_django setup.py | grep django-not-available\'

0 commit comments

Comments
 (0)