Added running test message

This commit is contained in:
mhutti1 2017-06-30 12:40:34 +02:00 committed by Isaac Hutt
parent 418d636734
commit e254817f08

View File

@ -8,7 +8,8 @@ PROJECT_ID = 116910522
if os.environ.get('BITBAR_API_KEY') == None:
print "Tests could not run on insecure fork"
sys.exit(0)
else:
print "Running tests"
runID = os.environ['TRAVIS_BUILD_NUMBER']
apiKey = os.environ['BITBAR_API_KEY']