Skip to content

Commit 75c4b77

Browse files
committed
Don't install on python 3.5
1 parent 95eeb6b commit 75c4b77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/ci.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
-r wheel.txt
22
flake8==3.5.0
3-
flake8-pyi==18.3.1
43
pyflakes>=1.0.0
54
coverage==4.5.1
65
sphinx==1.7.4
@@ -11,3 +10,5 @@ mypy==0.590; platform_python_implementation != "PyPy"
1110
-e .
1211

1312
codecov==2.0.15
13+
14+
flake8-pyi==18.3.1; python_version >= "3.6"

0 commit comments

Comments
 (0)