Merge pull request #124 from cclauss/patch-1

Add automated testing using Travis CI
This commit is contained in:
Satwik Kansal 2019-07-02 17:45:11 +05:30 committed by GitHub
commit a83349d0cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.travis.yml vendored Normal file
View File

@ -0,0 +1,3 @@
language: python
install: pip install flake8
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics