Browse Source

[ci] install flake8 (fixes builds)

pull/116/head
andrei 6 years ago
parent
commit
a57be7c0be
  1. 2
      .travis.yml

2
.travis.yml

@ -13,7 +13,7 @@ matrix:
sudo: true
install:
- pip install -U pip setuptools
- pip install -U pip setuptools flake8
script:
- python setup.py test

Loading…
Cancel
Save