Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add travis ci #57

Merged
merged 28 commits into from
Mar 24, 2017
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add Environment Variables test 2
  • Loading branch information
Chyroc Chen authored and Chyroc Chen committed Dec 18, 2016
commit a0207e52f03fc8272d585958dff81cb600248e71
27 changes: 26 additions & 1 deletion test/travisci_test.py
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
print(ruokuai_name)




try:
print(1)
print(ruokuai_name)
except Exception as e:
pass

try:
print(2)
import sys
print(sys.argv)
except Exception as e:
pass


try:
print(3)
import System
System.getenv()
except Exception as e:
pass