Skip to content

Commit

Permalink
Merge branch 'master' into no-_static-file
Browse files Browse the repository at this point in the history
  • Loading branch information
bourque authored Jul 10, 2018
2 parents 0797771 + 4a4b7a2 commit ae9a0f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ bc0.nodetype = "linux-stable"
bc0.name = "debug"
bc0.build_cmds = ["conda env update --file=environment.yml",
"with_env -n jwql python setup.py install"]
bc0.test_cmds = ["with_env -n jwql pytest --junitxml=result.xml"]
bc0.test_cmds = ["with_env -n jwql pytest -s --junitxml=result.xml"]
bc0.failedUnstableThresh = 1
bc0.failedFailureThresh = 1



// bc1 = utils.copy(bc0)
// bc1.build_cmds[0] = "conda install -q -y python=3.5"

Expand Down

0 comments on commit ae9a0f8

Please sign in to comment.