Skip to content

Commit 7aae2af

Browse files
committed
travis ci: install pip
1 parent 5d80ad0 commit 7aae2af

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ python:
55
install:
66
- pip install -r requirements.txt
77
- pip install nose pylint
8+
- pip install docker
9+
# https://codeinthehole.com/tips/using-pip-and-requirementstxt-to-install-from-the-head-of-a-github-branch/
10+
- pip install git+git://github.com/tangentlabs/django-oscar.git#egg=django-oscar
811
# command to run tests
912
script:
1013
- find . -name "*.py" | xargs pylint -E

python/git_tool/git_pull_codedir.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
## pip install GitPython
1414
## --
1515
## Created : <2017-03-24>
16-
## Updated: Time-stamp: <2017-10-19 18:15:47>
16+
## Updated: Time-stamp: <2018-07-10 14:16:05>
1717
##-------------------------------------------------------------------
1818
import os, sys
1919
import sys

0 commit comments

Comments
 (0)