Merge branch 'patch-1' of https://github.com/cclauss/you-get into cclauss-patch-1

This commit is contained in:
Mort Yao 2018-05-20 13:43:27 +02:00
commit 074aff5e7d
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -8,6 +8,8 @@ python:
- "3.6"
- "nightly"
- "pypy3"
before_install: pip install flake8
before_script: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
script: make test
sudo: false
notifications: