testing scripts and travis invocation

This commit is contained in:
Sam Hatchett
2015-12-15 20:38:53 -05:00
parent 2f344d4884
commit 92ea5a84a7
3 changed files with 37 additions and 1 deletions

5
tests/compare_enb.py Normal file
View File

@@ -0,0 +1,5 @@
import sys
print "running fake python script..."
print "Comparing: ", str(sys.argv[1:])
print "no idea if these are the same. i have no brains. it's probably fine."
sys.exit(0)