Skip to content

Commit

Permalink
try to fix failed tests with requests version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Nov 22, 2016
1 parent 0b3479a commit 5621882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ install:
- conda info
- conda config --set always_yes yes
- conda update conda
- conda install -q psutil ruamel_yaml requests
- conda install -q psutil ruamel_yaml requests=2.11.1
# - conda info python
- python -c "import sys; print(sys.version)"
- python -c "import sys; print(sys.executable)"
- python -c "import sys; print(sys.prefix)"
- conda install -q python=%PYTHON_VERSION%
- conda install -q pytest requests mock
- conda install -q pytest mock
- conda install -q pycrypto pyflakes pycosat
- conda install -q git menuinst
- conda install -q ruamel_yaml
Expand Down
2 changes: 2 additions & 0 deletions utils/travis-run-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ main_install() {
esac

python -m pip install psutil ruamel.yaml pycosat pycrypto
python -m pip install requests==2.11.1

case "${TRAVIS_PYTHON_VERSION:-PYTHON_VERSION}" in
'2.7')
python -m pip install -U enum34 futures
Expand Down

0 comments on commit 5621882

Please sign in to comment.