We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911eb51 commit c604841Copy full SHA for c604841
vars/pipenv.groovy
@@ -1,17 +1,6 @@
1
import com.ableton.Pipenv
2
3
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
15
/**
16
* Run a closure with Pipenv using multiple versions of Python.
17
* @param pythonVersions List of Python versions.
0 commit comments