Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Updated to a flake8 with Python 3.7 support π
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
β1
dev-requirements.txt
|
@@ -10,7 +10,7 @@ six==1.10.0 |
|
|
# Mock for test mocking |
|
|
mock==1.0.1 |
|
|
# Linting! |
|
|
flake8==2.4.0 |
|
|
flake8==3.6.0 |
|
|
# Coverage! |
|
|
coverage==3.7.1 |
|
|
codecov==1.6.3 |
|
|