Browse Source

fixed flake8 version

main
nibrag 6 years ago
parent
commit
21576ac452
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -18,7 +18,7 @@ install:
- pip install --upgrade pip wheel
- pip install --upgrade setuptools
- pip install pip
- pip install flake8
- pip install flake8==3.3.0
- pip install pyflakes==1.1.0
- pip install coverage
- pip install pytest


Loading…
Cancel
Save