Skip to content

Commit a83349d

Browse files
authored
Merge pull request satwikkansal#124 from cclauss/patch-1
Add automated testing using Travis CI
2 parents 31dcd9b + 14e03a3 commit a83349d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: python
2+
install: pip install flake8
3+
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

0 commit comments

Comments
 (0)