Commit Graph

18 Commits

Author SHA1 Message Date
Matt Fortier adf935ba53 fixed minor formatting issue in Makefile (#61) 2017-02-04 20:59:19 -07:00
Luca Verginer 5569270724 Changed findstr to findstring (#57)
On Mac with GNU Make 3.81 I had to change this line to get the makefile to correctly read the python version number
2016-11-10 08:19:45 -05:00
Peter Bull 1caa67be43 Detect conda and support conda envs; tweaks for vanilla virtualenv (#51)
* OSX Junk in gitignore

* Support conda envs by default

* Make it run on vanilla Ubuntu
2016-10-16 10:01:37 -04:00
Colin Sullivan ae2b54e738 install virtualenvwrapper by default, and use project defined python interpreter. Also make requirements command output verbose 2016-10-10 17:28:44 -04:00
Colin Sullivan a3785c9180 small naming fix 2016-10-05 16:03:25 -04:00
Colin Sullivan d13bc88ab0 add parameter to specify python interpreter and commands to create and test virtual environments 2016-10-05 15:16:42 -04:00
Colin Sullivan 690241a8a9 Added self-documenting comments and default Rule to list commands with descriptions 2016-10-05 13:38:34 -04:00
Harald Wartig 1a2d598725 Exclude docs/conf.py from linting.
Running `make lint` after initializing a fresh project complains about errors in `docs/conf.py`. Which is kinda awkward for the user as he didn't write any code yet and already has errors. As this file is autogenerated I think it is best to exclude it from linting rather than fixing the errors.
2016-08-06 11:07:13 +02:00
Michael Bell de9b34052d Removed --recursive flag from s3 sync in the Makefile 2016-05-24 16:53:17 -04:00
Peter Bull 03a96219ea Update to awscli so Python 3 works
Closes #23
2016-05-21 16:51:34 -04:00
Peter Bull 7d8086ea87 Wrong path in Make data 2016-05-02 22:35:49 -04:00
Cody Rioux d3d7b74ff9 Added virtualenv directories to flake8 exclude list. 2016-04-29 14:17:38 -07:00
Cody Rioux fa3c332415 Silenced pip on installation of requirements. 2016-04-29 14:17:08 -07:00
Peter Bull 4e29e24bfe Make s3 bucket variable work
bonus: instruction not to include s3:// in the bucket name
2015-11-03 13:58:35 -05:00
isms 6e0dc39a6c Add flake8 linting 2015-11-02 09:02:49 -05:00
isms 47f554a2ea Add requirements target 2015-10-30 16:05:08 -04:00
isms 809b281c58 Add Makefile entries for syncing data to S3 2015-10-30 15:19:25 -04:00
isms 004f0635a4 Initial commit 2015-10-30 15:09:43 -04:00