Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 472afa8

Browse files
authored
trying to fix syntax error in Jenkinsfile (#20)
* trying to fix syntax error in Jenkinsfile * trying to fix Jenkinsfile * added package_venv.sh script (copied from website-prezipage) * try adding JENKINS_PSE=1 to the pipeline job to fix access denied when uploading venv to prezireleases bucket * trying to add JENKINS_PSE=1 to the pipeline job * use separate jobs in the pipeline * do not use withEnv * trying to fix test.sh * call nosetest with python to avoid too long shebang error * copied over ./scripts/release from website-prezipage * removed commented out stuff from Jenkinsfile
1 parent caa0474 commit 472afa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-r requirements.txt
12
httpretty==0.8.8
23
mock==1.0.1
3-
nose==1.3.0
4+
nose==1.3.0

0 commit comments

Comments
 (0)