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 a3008c5 commit df4c1d8Copy full SHA for df4c1d8
.travis.yml
@@ -1,6 +1,5 @@
1
language: python
2
python:
3
- - '2.6'
4
- '2.7'
5
- '3.4'
6
- '3.5'
@@ -14,6 +13,10 @@ before_script:
14
13
- cp ~/.ssh/{id_rsa.pub,authorized_keys}
15
# Avoid ssh "known hosts" warnings
16
- printf '%s\n %s\n %s\n' 'Host *' 'StrictHostKeyChecking no' 'LogLevel ERROR' >> ~/.ssh/config
+ # ssh: propagate TRAVIS* environment variables
17
+ - printf ' %s\n' 'SendEnv TRAVIS*' >> ~/.ssh/config
18
+ - sudo sh -c "echo 'AcceptEnv TRAVIS*' >> /etc/ssh/sshd_config"
19
+ - sudo service ssh restart
20
# Activate virtualenv when sshing to localhost to enable gateway tests
21
- sed -i "1isource $VIRTUAL_ENV/bin/activate" ~/.bashrc
22
# WorkerPdsh
0 commit comments