Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Mar 3, 2020
1 parent 116eae6 commit 7dee9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/behave
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ else:
if 'CI' in os.environ: # set up for CI
oddjob = (os.environ['JOB'] == '2')

if args.nightly and os.environ.get('TRAVIS_TAG', '') == '': # don't run beta on tagged builds
if os.environ.get('TRAVIS_EVENT_TYPE') == 'cron' and os.environ.get('TRAVIS_TAG', '') == '': # don't run beta on tagged builds
args.beta = oddjob

else: # run regular tests
Expand Down

0 comments on commit 7dee9b1

Please sign in to comment.