Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger 948b13513b Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Update classifiers
- Remove install_command from tox.ini, the default is fine
- Stop py35 testing, OpenStack has py36 as minimal version

Change-Id: Iee8ffab15e11afe417f7369d907491b62ba063fb
2020-04-11 14:48:40 +02:00
Doug Hellmann 629fedafcd test python 3.6 by default
Set tox so that when a developer just runs 'tox' the py36 tests are run
instead of py35.

Change-Id: I9624d144f632177907d219a74d396167f6c0a57e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-08-21 11:02:49 -04:00
Doug Hellmann fb5e466bc6 add 'repos clone' command
Add a command for checking out all of the repositories from a given
team at one time.

Change-Id: I2a43b67e0390453bfc6051c613b94780057a3187
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-07-10 15:37:38 -04:00
Doug Hellmann ff47955b16 show coverage output after running tests
Change-Id: I36103b099d3ff23a04b55ade45026c298ef7afe6
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-29 19:32:39 -04:00
Doug Hellmann ab4cd7d192 set up stestr
include a stub test file just so that stestr doesn't error out because
there are no tests

Change-Id: Id4a9e1dfecca8f52ac03f7a7b68af95dcea42c50
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-29 17:09:07 -04:00
Doug Hellmann 33601a70d8 set up pep8 in tox
fix flake8 errors in existing code

add flake8 dependency

Change-Id: Ic644c19e4a385d665a610531726b84d987d7ce0a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-29 17:06:02 -04:00
Doug Hellmann 07d2ac1788 add basic files for setting up a tox environment
Change-Id: I1ab0ad61666bf39e2bf420165d79eef3f653c9c1
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-01-24 15:34:17 -05:00