Skip to content

Commit 84e0eaa

Browse files
committed
Added Jenkinsfile
1 parent ab69ea3 commit 84e0eaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pipeline {
88
stages {
99
stage('build') {
1010
steps {
11-
bat(script: '\'C:\\Program Files\\Python36\\python.exe\' -m virtualenv env', returnStdout: true)
1211
withPythonEnv(pythonInstallation: 'Windows-CPython-36') {
1312
pybat(script: 'setup.py test', returnStdout: true)
1413
}

0 commit comments

Comments
 (0)