Commit graph

9 commits

Author SHA1 Message Date
Ian Cordasco
a6fc242c5e Slightly simplify our conditionals
Test warnings by default
2015-03-07 20:21:58 -06:00
Christian Long
59ae3dfec7 Add --verbose flag, and tests for it.
The new warnings associated with the --jobs argument should only appear when
the --verbose flag is passed.
2015-03-06 15:34:02 -06:00
Christian Long
c3f5d144bc Add warnings when --jobs is invalid
Some platforms and options are not compatible with the --jobs option. For
example, it is not valid on Windows. Nor is it compatible with the --diff
option. This adds warnings when the --jobs option is supplied but is not
allowed.
2015-03-06 14:45:33 -06:00
Ian Cordasco
b4f9f8e8ae Add release to tox.ini 2015-01-04 14:31:19 -06:00
Ian Cordasco
a152f10d4c Ensure flake8 passes itself in tests 2014-12-17 18:51:57 -06:00
Joe Gordon
dc5ffac75c Make flake8 pass in root directory
Add exclude list to tox.ini
2014-10-15 15:07:12 -07:00
Joe Gordon
ab849a9931 Have tox install via setup.py develop
Tox 1.6 has a feature to install code into the virtualenv via 'setup.py
develop' This makes it easier to source the tox virtualenv and test code
changes.
2014-10-14 15:30:50 -07:00
Florent Xicluna
2255afcb77 Add to the tox.ini tests 2014-04-26 23:40:02 +02:00
Florent Xicluna
04401f8080 Add tox.ini 2014-03-30 22:51:03 +02:00