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 55 docker :
66 - image : ubuntu:16.04
77 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
99 - run : ln -s /usr/bin/nodejs /usr/local/bin/node
1010 - run : npm install -g coffee-script@1.7.1
1111 - run : npm install -g livescript@1.4.0
1616 - run : gem install sass -v 3.4.22
1717 - run : gem install compass -v 1.0.1
1818 - 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]
2121 - run : flake8
2222 - run : rm -f coverage.xml
2323 - run : tox
You can’t perform that action at this time.
0 commit comments