Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Merge 2920c8f into 576102b
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-rubtsov committed Feb 11, 2019
2 parents 576102b + 2920c8f commit 1d258df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ install:
source terryfy/travis_tools.sh; get_python_environment $pydist $pyver; fi
- pip install -U pip wheel setuptools
- pip install -r requirements.txt
- if [ $pyver != '2.7' ]; then pip uninstall -y futures; fi
- pip install -r requirements-test.txt
- pip install coveralls
script:
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-3.5
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ COPY requirements.txt requirements-test.txt /opt/project/
WORKDIR /opt/project

RUN pip install -r requirements.txt -r requirements-test.txt
RUN pip uninstall -y requests

COPY . /opt/project

Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,4 @@ batch-scoring script handles standart `HTTP_PROXY`, `HTTPS_PROXY`, `NO_PROXY` en
export HTTPS_PROXY=http://192.168.1.3:3128
export NO_PROXY=noproxy.domain.com


0 comments on commit 1d258df

Please sign in to comment.