Skip to content

Commit

Permalink
try-fix make pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfoga committed Oct 12, 2018
1 parent d42c70e commit 4db8e31
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ script:
- "python3 -m pytest --cov=./" # test coverage
- "codecov"
- "python3 -m pylint 'hal/'" # measure code lint
- "make docs" # generate docs
notifications:
email: "false" # no email notify
cache: "pip"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
$(MAKE) show-installed-version

pip-install:
pip3 install . --upgrade --force-reinstall
pip3 install -r requirements.txt . --upgrade --force-reinstall
$(MAKE) show-installed-version

fast-install:
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ beautifulsoup4>=4.6.3
GitPython>=2.1.11
google_api_python_client>=1.7.4
scikit_learn>=0.20.0
google-api-python-client
File renamed without changes.

0 comments on commit 4db8e31

Please sign in to comment.