Commit Graph

5 Commits

Author SHA1 Message Date
Clint Byrum 34a8d83829 Add py34 and py35 to tox.ini default envs
This is a minor issue, but when somebody just runs 'tox', this will
ensure that tox tries to run with all known working interpreters.

Change-Id: I745912bc1f449e4d370d1e9248efe9eb1a84d90a
2016-06-27 22:14:22 -07:00
Craig Tracey 2a8da40c29 Remove downloadcache in tox config
The virtualenv doesnt play nice with --download-cache
2016-01-26 12:58:45 -05:00
Craig Tracey 0bd7df5e9b Fix pep8 failures
pep8 with 1.6.x is now failing as it wants all imports at the
beginning of the file. Unfortunately, this does not work for us in
all circumstances. Therefore, ignore E402 and fix the E402's where
it actually makes sense.
2015-02-12 16:18:57 -05:00
Craig Tracey 37842bcc97 Refactor with builder support
Refactor the builders to so that a user may specify one of 2 paths:
system packages or docker containers. This change also encompasses a
bunch of other minor changes.  This is being checked in in order to
get some minimally viable changes upstream.
2014-11-14 18:44:36 -05:00
John Dewey 5319a0c6d0 Init add with base execute command and tests 2014-05-29 20:16:04 -07:00