We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88fb8e commit 18e177aCopy full SHA for 18e177a
1 file changed
appveyor.yml
@@ -1,7 +1,7 @@
1
2
3
environment:
4
- my_variable:
+ passphrase:
5
secure: En1qcj1/l2B3Nov+vOHlfRrFZk00bg1HPRouD64Gzfw=
6
matrix:
7
- PYTHON: "C:\\Python36-x64"
@@ -10,7 +10,7 @@ environment:
10
install:
11
- choco install swig
12
- ps: iex ((New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/appveyor/secure-file/master/install.ps1'))
13
- - appveyor-tools\secure-file -decrypt .coveralls.yml.enc -secret %my_secret%
+ - appveyor-tools\secure-file -decrypt .coveralls.yml.enc -secret %passphrase%
14
- "%PYTHON%\\python.exe -m pip install wheel tox"
15
16
0 commit comments