Skip to content

Commit ad258d2

Browse files
committed
Use latest version of pip when running tox
1 parent f65f7ee commit ad258d2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
File renamed without changes.

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ envlist = py36, py37, py37-flake8
55
max-line-length = 99
66

77
[testenv]
8-
deps = -rrequirements/requirements-test.txt
8+
deps = -rrequirements-test.txt
9+
pip >= 18.0.1
910
commands = pytest
1011

1112
[testenv:py37-flake8]
1213
deps = flake8
14+
pip >= 18.0.1
1315
commands = flake8 aubreylib tests setup.py

0 commit comments

Comments
 (0)