Skip to content

Commit c604841

Browse files
committed
fixup! fixup! Introduce new class: Pipenv
1 parent 911eb51 commit c604841

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

vars/pipenv.groovy

-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
import com.ableton.Pipenv
22

33

4-
/**
5-
* Run a command with Pipenv using multiple versions of Python.
6-
* @param args Map of arguments.
7-
* @return Map with return output or values for each Python version.
8-
* @see com.ableton.Pipenv#runCommand(Map)
9-
*/
10-
Map runCommand(Map args) {
11-
return new Pipenv(script: this).runCommand(args)
12-
}
13-
14-
154
/**
165
* Run a closure with Pipenv using multiple versions of Python.
176
* @param pythonVersions List of Python versions.

0 commit comments

Comments
 (0)