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

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