We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a52eb commit e3e8a64Copy full SHA for e3e8a64
.appveyor.yml
@@ -19,6 +19,7 @@ install:
19
- "set PATH=%PYTHON%\\Scripts;%PYTHON%\\bin;%PATH%"
20
- "%PYTHON%\\python.exe -m pip install -r requirements/dev.txt"
21
- "%PYTHON%\\python.exe -m pip install -e ."
22
+- "python --version"
23
- "set PATH=C:\\Ruby25-x64\\bin;%PATH%"
24
- "gem install bundler --no-ri --no-rdoc"
25
- "bundler --version"
0 commit comments