Commit graph

16 commits

Author SHA1 Message Date
Ian Cordasco
75ad81eb13 Update twine dependency and usage 2015-10-27 11:29:52 -05:00
Ian Cordasco
a4a4a48667 Pin mock for py26 2015-07-10 09:46:57 -05:00
Ian Cordasco
b0f30f97fb Fix flake8 tests using mock to work with 1.1.x branch 2015-07-10 09:34:49 -05:00
Ian Cordasco
0a678913c9 Fix tests until we can understand why mock breaks 2015-07-10 08:21:24 -05:00
Christian Long
7663dbd485 Run some tests separately 2015-03-16 18:21:57 -05:00
Ian Cordasco
6536f2285d Merge branch 'tox_remove_py25' into 'master'
Tox remove py25

Now maybe py25 is important to support and maybe you have a CI process that installs some older version of tox so that you can test Python 2.5, in which case you can close this, though if that's the case then maybe we should make a note of that fact and what version of tox to use, etc.

See merge request !22
2015-03-08 02:24:17 +00:00
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
Marc Abramowitz
8ef2462e6e tox.ini: Remove py25
because tox doesn't support it yet.

    ERROR:   py25: UnsupportedInterpreter: python2.5 is not supported anymore, sorry
2015-03-05 09:15:50 -08: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