diff options
author | VG <vg@devys.org> | 2015-12-11 15:23:14 +0100 |
---|---|---|
committer | VG <vg@devys.org> | 2015-12-11 15:23:14 +0100 |
commit | 1422105e1ac4ee9d551d004980a384ddd5f29612 (patch) | |
tree | 4698823852002e2d5eab1e54365d15da3dd0ef11 /Makefile | |
parent | f9fa7908f306bfaf67fe62a207e8053c5fd2f4da (diff) | |
download | climl-1422105e1ac4ee9d551d004980a384ddd5f29612.tar.gz climl-1422105e1ac4ee9d551d004980a384ddd5f29612.tar.bz2 climl-1422105e1ac4ee9d551d004980a384ddd5f29612.zip |
add some experiments for build step
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,2 +1,6 @@ test: nosetests3 + +venv: + python3 -m venv venv + venv/bin/pip3 install IMAPClient |