summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
...
* Add explicit dependencies for store dependenciesLouis Taylor2015-07-291-0/+1
| | | | | | | | | | | | | | | | | This adds explicit dependencies for the stores in the extras section. Users can now install glance_store and specify which backends to install dependencies. For example: $ pip install glance_store[swift] should install glance_store and the dependences to use the swift store (currently python-swiftclient and httplib2). This has a number of benefits, primarily that if the dependencies for a particular store change, the installation process should remain the same. Change-Id: I94d75e3d52c9e3e9f7a741a079d25b1bdff29b27
* setup.cfg: add Python 3 classifiers0.7.0Victor Stinner2015-07-151-1/+1
| | | | | | | | Remove py33 from tox.ini and remove Python 2.6 classifier from setup.cfg. OpenStack doesn't support Python 2.6 and 3.3 anymore. There is no py26 nor py33 gate. Change-Id: Ic16862afda5291778145f30f5bd93b608b226462
* Drop py26 supportFlavio Percoco2015-05-261-1/+1
| | | | | | | As per discussions happening upstream and as announced here: http://lists.openstack.org/pipermail/openstack-dev/2014-November/051551.html Change-Id: Ifa089d5d9deff051fb3b7053135819183e800908
* Move to hacking 0.10JordanP2015-02-261-2/+2
| | | | | | | Release notes: http://git.openstack.org/cgit/openstack-dev/hacking/tag/?id=0.10.0 Change-Id: Iaed2de813fb181ab9f67dda50a4c19d1b9a7dc31
* Fixing PEP8 E712 and E265Radoslaw Smigielski2015-02-061-2/+1
| | | | | | | | | | | 1. PEP8 E712, removed singleton comparison using '==' operator: E712 comparison to True should be 'if cond is True:'or 'if cond:' Two places. 2. Fix PEP8 E265 block comment syntax. E265 block comment should start with '# ' 3. No more E712 so removed it from tox.ini ignored list. Change-Id: I778aa5c4e1458cccb7a34d087b3b59eceadd45d0
* Use testr directly from toxZhi Yan Liu2014-12-241-1/+1
| | | | Change-Id: I0da3538ff11639982ebc082a1834968e3d6a71d3 Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
* Enable F841 checkOleksii Chuprykov2014-09-231-2/+1
| | | | Change-Id: I57f085fc265078c5d04c0636b6ecf9bdd524b900
* Fix H402Oleksii Chuprykov2014-09-201-2/+1
| | | | | | | Fix `one line docstring needs punctuation.` Remove H402 from ignore list. Change-Id: I0cd3b88467067cdb10d41f86cc94e075da141ac0
* Portback part change of enabling F821 checkZhi Yan Liu2014-09-191-2/+1
| | | | | | Enable F821 and fix usage of undefined variables. Change-Id: I0d5104060410986df4b83a3e9e865365004d0313 Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
* Run tests parallel by defaultOleksii Chuprykov2014-09-171-1/+1
| | | | | | | | | | Remove `--concurrency 1` option from tox.ini which would entail a parallel test execution. Add @mock decorator to test methods that have mock objects to make cleanup correct. Add store.configure() to configure store properly. Change-Id: I4b58746f6b6ad037fabb29be5ca1d1febcb0cf95
* Work toward Python 3.4 support and testingJeremy Stanley2014-09-031-1/+1
| | | | Change-Id: Ie684799808ff42ef6a83810cfeefae9c7b5b2d25
* Rename glance.store to glance_store0.1.1Flavio Percoco2014-08-281-1/+1
| | | | | | | Given the existing, known issues, with python namespaces, pip and setuptools, we've decided to rename glance.store into glance_store. Change-Id: I3f02ce78b3d64f34744e5116652bfbb4f3062cbf
* Added testrFlavio Percoco2014-02-101-29/+19
|
* Add requirements and testrFlavio Percoco2014-01-301-0/+49