Skip to content

Commit

Permalink
travis ci: install pip
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyzhang committed Jul 10, 2018
1 parent 5d80ad0 commit 7aae2af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ python:
install:
- pip install -r requirements.txt
- pip install nose pylint
- pip install docker
# https://codeinthehole.com/tips/using-pip-and-requirementstxt-to-install-from-the-head-of-a-github-branch/
- pip install git+git://github.com/tangentlabs/django-oscar.git#egg=django-oscar
# command to run tests
script:
- find . -name "*.py" | xargs pylint -E
2 changes: 1 addition & 1 deletion python/git_tool/git_pull_codedir.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## pip install GitPython
## --
## Created : <2017-03-24>
## Updated: Time-stamp: <2017-10-19 18:15:47>
## Updated: Time-stamp: <2018-07-10 14:16:05>
##-------------------------------------------------------------------
import os, sys
import sys
Expand Down

0 comments on commit 7aae2af

Please sign in to comment.