File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ python:
5
5
- " 3.5-dev" # 3.5 development branch
6
6
- " 3.6-dev" # 3.6 development branch
7
7
- " nightly" # 3.7 development branch
8
- - " pypy " # 3.7 development branch
8
+ - " pypy3 " # pypy3
9
9
os :
10
10
- " linux"
11
11
- " osx"
12
12
matrix :
13
13
allow_failures :
14
14
- python : " nightly"
15
- - python : " pypy "
15
+ - python : " pypy3 "
16
16
- os : " osx"
17
17
addons :
18
18
apt :
Original file line number Diff line number Diff line change 19
19
token_name = 'PRIVATE_KEY_{}' .format (service .upper ())
20
20
namespace_name = '{}_NAMESPACE' .format (service .upper ())
21
21
if token_name not in os .environ :
22
- os .environ [token_name ] = '_namespace_{}_:_private_' .format (s ) # using a : for bitbucket's case
22
+ os .environ [token_name ] = '_namespace_{}_:_private_' .format (service ) # using a : for bitbucket's case
23
23
if namespace_name not in os .environ :
24
- os .environ [namespace_name ] = '_namespace_{}_' .format (s )
24
+ os .environ [namespace_name ] = '_namespace_{}_' .format (service )
25
25
else :
26
26
# if running tests "locally" and not in travis, let's try to extract the keys from
27
27
# the local configuration if there is some local configuration. And exposes them as
You can’t perform that action at this time.
0 commit comments