Commit 7aae2af 1 parent 5d80ad0 commit 7aae2af Copy full SHA for 7aae2af
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 5
5
install :
6
6
- pip install -r requirements.txt
7
7
- 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
8
11
# command to run tests
9
12
script :
10
13
- find . -name "*.py" | xargs pylint -E
Original file line number Diff line number Diff line change 13
13
## pip install GitPython
14
14
## --
15
15
## Created : <2017-03-24>
16
- ## Updated: Time-stamp: <2017-10-19 18:15:47 >
16
+ ## Updated: Time-stamp: <2018-07-10 14:16:05 >
17
17
##-------------------------------------------------------------------
18
18
import os , sys
19
19
import sys
You can’t perform that action at this time.
0 commit comments