We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f4df3 commit 9976123Copy full SHA for 9976123
.travis.yml
@@ -29,6 +29,7 @@ install:
29
- which python
30
- pip install .
31
- python setup.py install --user
32
+ - pip install flake8
33
34
script:
35
- flake8 proplot --ignore=W503
0 commit comments