Skip to content

Commit

Permalink
Fixing py 2.6 again
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed May 14, 2019
1 parent 01dcc0e commit 6250a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .ci/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,16 @@ echo $TRAVIS_PYTHON_VERSION
# Listed twice to workaround Python 2.6
if [[ "$(uname -s)" == 'Darwin' ]]; then
python$PY3 -m pip install --upgrade pip
python$PY3 -m pip install --upgrade pytest setuptools wheel
python$PY3 -m pip install -r dev-requirements.txt
python$PY3 -m pip install coveralls
python$PY3 -m pip install -e .
else
pip install --upgrade pip
pip install --upgrade pytest setuptools wheel
pip install -r dev-requirements.txt
pip install coveralls
pip install -e .
fi

python$PY3 -m pip install --upgrade pip
python$PY3 -m pip install --upgrade pytest setuptools wheel
python$PY3 -m pip install -r dev-requirements.txt
python$PY3 -m pip install coveralls
python$PY3 -m pip install -e .

echo NoHostAuthenticationForLocalhost yes >> ~/.ssh/config
echo StrictHostKeyChecking no >> ~/.ssh/config
ssh-keygen -q -f ~/.ssh/id_rsa -N ''
Expand Down
2 changes: 2 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ idna<2.8 ; python_version < '2.7'
pycparser<2.18 ; python_version < '2.7'
paramiko<2.4 ; python_version < '2.7'
paramiko ; python_version >= '2.7'
setuptools
wheel ; python_version >= '2.7'
psutil

0 comments on commit 6250a33

Please sign in to comment.