Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .travis.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,4 +3,9 @@ sudo: false
python:
- 2.7
- 3.4
- 3.7
env: BUILDER=false
before_script:
- printenv BUILDER
- echo "test"
script: py.test -v
2 changes: 1 addition & 1 deletion README.md
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
# python-example
# python-example [![Build Status](https://travis-ci.com/robertdrypa/python-example.svg?branch=master)](https://travis-ci.com/robertdrypa/python-example)
1 change: 1 addition & 0 deletions hello.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,6 +12,7 @@ def say_what():

def main():
hello(say_what())
print('iksde')
return 0


Expand Down