Skip to content

Commit 88a1ec3

Browse files
authored
Merge pull request exercism#1390 from exercism/pyup-update-pyflakes-1.6.0-to-2.0.0
Update pyflakes to 2.0.0
2 parents 65e41e8 + a210062 commit 88a1ec3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ language: python
44

55
python:
66
- 2.7
7-
- 3.3
87
- 3.4
98
- 3.5
109
- 3.6

requirements-travis.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
flake8==3.5.0
22
pep8>=1.7,<1.7.99
3-
pyflakes==1.6.0
3+
pyflakes==2.0.0

0 commit comments

Comments
 (0)