We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d233d3f commit 7d83bd9Copy full SHA for 7d83bd9
.travis.yml
@@ -0,0 +1,11 @@
1
+language: python
2
+sudo: false
3
+dist: trusty
4
+os: linux
5
+ruby: 2.2.0
6
+before_script:
7
+- pip intall yapf
8
+- bundle install
9
+script:
10
+- bundle exec danger
11
+- python hello_world.py
0 commit comments