File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
docker :
6
6
- image : ubuntu:16.04
7
7
steps :
8
- - run : apt-get update && apt-get install -y python2.7-dev python3.5-dev python -pip sqlite3 ruby-dev npm
8
+ - run : apt-get update && apt-get install -y python2.7-dev python3.5-dev python3 -pip sqlite3 ruby-dev npm
9
9
- run : ln -s /usr/bin/nodejs /usr/local/bin/node
10
10
-
run :
npm install -g [email protected]
11
11
-
run :
npm install -g [email protected]
16
16
- run : gem install sass -v 3.4.22
17
17
- run : gem install compass -v 1.0.1
18
18
- checkout
19
- - run : pip install -r requirements-ci.txt
20
- - run : pip install -e .[libsass]
19
+ - run : pip3 install -r requirements-ci.txt
20
+ - run : pip3 install -e .[libsass]
21
21
- run : flake8
22
22
- run : rm -f coverage.xml
23
23
- run : tox
You can’t perform that action at this time.
0 commit comments