There was an error while loading. Please reload this page.
1 parent 8fcdc18 commit f1e308aCopy full SHA for f1e308a
1 file changed
.travis.yml
@@ -0,0 +1,7 @@
1
+language: python
2
+python: 3.6
3
+
4
+install: pip install pycodestyle
5
6
+before_script:
7
+ - pycodestyle --exclude=migrations,settings.py .
0 commit comments