We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a162a8 commit 5a121fcCopy full SHA for 5a121fc
Makefile
@@ -18,6 +18,8 @@ endef
18
define base_update
19
cp timtec/settings_local_$1.py timtec/settings_local.py
20
# FIXME
21
+ ~/env/bin/pip install --upgrade setuptools
22
+ ~/env/bin/pip install --upgrade distribute
23
~/env/bin/pip install --upgrade pip
24
~/env/bin/pip install -U -r requirements/test.txt
25
npm install
0 commit comments