Skip to content

Commit

Permalink
Merge pull request #10 from shanosborne/fix-jenkins
Browse files Browse the repository at this point in the history
Fixing Jenkins failure for py3.5
  • Loading branch information
shanosborne authored Jan 23, 2020
2 parents 5c86f2e + d140128 commit 7cca968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for (python_ver in matrix_python) {
// (Required) Execute a series of commands to set up the build
bc.build_cmds = [
"pip install pytest",
"python setup.py install",
"pip install .",
]

// (Optional) Execute a series of test commands
Expand Down

0 comments on commit 7cca968

Please sign in to comment.