aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-27 21:31:11 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-27 21:31:11 +0200
commita0facc59dbd30273ef25b0f4fc4b62db16d39d22 (patch)
tree308d2558e8f6bdc538139ff7789db23afa028f6a
parentde40b4e7d6f13ee2ed65c39ba032f03d55632684 (diff)
parent915980607f7325b0759bd508d21aa1467a590392 (diff)
downloadTrader-a0facc59dbd30273ef25b0f4fc4b62db16d39d22.tar.gz
Trader-a0facc59dbd30273ef25b0f4fc4b62db16d39d22.tar.zst
Trader-a0facc59dbd30273ef25b0f4fc4b62db16d39d22.zip
Merge branch 'dev'v1.0.2
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dfbe3b4..534bf88 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,9 @@
1install: 1install:
2ifeq (${VIRTUAL_ENV},)
2 pip install --user -r requirements.txt 3 pip install --user -r requirements.txt
4else
5 pip install -r requirements.txt
6endif
3 7
4test: 8test:
5 python test.py 9 python test.py