summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken wsme-stable job and pep8 failures.Julien Danjou2015-03-021-4/+1
| | | | Change-Id: I4ff0a7a7926f7a645fa8d59242be9d31bd683106
* Don't clone pecan-dependent projects from cgit.Ryan Petrello2014-12-161-9/+9
| | | | Change-Id: I68469327fc0403f36a37125147a15b05de9e1555
* tox: pass posargs to test commandJulien Danjou2014-12-081-1/+1
| | | | Change-Id: Id66fc10d1d9e3340071b1af6d296c984b8b0ca81
* Fix broken wsme-stable tests and remove some deprecated pip flags.Ryan Petrello2014-11-201-4/+4
| | | | Change-Id: I6ddbd80faf24d368b7a2b07faa013eeaf25e5a05
* Stop using distribute for Python 3 tests.Ryan Petrello2014-09-221-12/+0
| | | | Change-Id: Ief2256281ea701a5fd765955aac96521773d1484
* Add docs environment to tox.iniMonty Taylor2014-09-081-0/+4
| | | | | | | | As per the governance resolution https://review.openstack.org/119875, projects should have a docs environment in their tox.ini testing interface. Add one. Change-Id: Ic8285618f3a8b00767ef150411c2f25c09c311b6
* Merge "Gate on designate stable and HEAD."0.6.0Jenkins2014-06-271-0/+16
|\
| * Gate on designate stable and HEAD.Ryan Petrello2014-06-251-0/+16
| | | | | | | | Change-Id: I653c2c7929442eaa3ac4f0950ff68d328e724e5d
* | Test ceilometer on py27.Ryan Petrello2014-06-241-8/+8
|/ | | | Change-Id: I885dbfbddd2d6acdcbec6271acbccaebbc0de5de
* Fix an incorrect barbican repo URL.Ryan Petrello2014-06-021-1/+1
| | | | Change-Id: I65afb17dd348f5a3f63a6c97690423fab3f25695
* Gate on stable/icehouse, and a few new projects that use pecan.Ryan Petrello2014-05-191-1/+25
| | | | Change-Id: Ib31ecdb4e23054141511725b90dc10f6a7ec2afe
* Add a pecan scaffold for generating a simple REST API.Ryan Petrello2014-03-061-1/+58
| | | | | Change-Id: Iae346dc2d9a9cc52f3c8b4b546793c8d9670f56d Fixes bug 1248822
* Test pecan against Python3.4 (for now, rc1).Ryan Petrello2014-02-131-1/+13
| | | | Change-Id: I39c03bbca6c54a3d6c75f82da9842d67ed5666ea
* Forcibly upgrade/install pecan-dev for OpenStack gating tests.Ryan Petrello2014-02-131-3/+3
| | | | Change-Id: I73cdf6ecedfb8b636ddd90aca473b8b786c50d7d
* Simplify tox gate tests for OpenStack projects.Ryan Petrello2014-02-131-24/+9
| | | | | | I put some tox in your tox so you can tox while you tox. Change-Id: I2995a0f4ba919b42e90238bb9765958b049e3e57
* Run ceilometer tests against py26, not py27.Ryan Petrello2013-12-041-2/+16
| | | | | | | Ceilometer gating tests require mongodb, which only run successfully on OpenStack CI's CentOS 6 machines (which are running Python 2.6). Change-Id: If302b1cfb22a241a1ec32396235b1353c99078ed
* Add test environments to gate pecan against WSME, Ceilometer, and Ironic.Ryan Petrello2013-10-281-0/+41
| | | | Change-Id: I42e5c0cb8004d89984c2798b3537789294efbb94
* Including a `venv` tox environment so we can release via OpenStack CI.0.4.1Ryan Petrello2013-09-271-0/+4
| | | | Change-Id: I42559526c951301a812910f4e48de8ac5221613a
* Document and test the uwsgi plugin.Ryan Petrello2013-08-291-7/+9
| | | | Change-Id: I97449c5238ac8c8a9dbc334e628c4f7a414ff896
* Clean up the pep8 directive in tox.iniRyan Petrello2013-05-031-1/+1
|
* Add scaffold tests for Python 3.2/3.3.Ryan Petrello2013-04-301-1/+27
|
* Add Python 3.2+ to list of compatible versions. Add `six`.Ryan Petrello2013-04-301-1/+1
|
* Extract the scaffold-building tests into tox.Ryan Petrello2013-03-131-2/+24
| | | | A lot of code was being utilized to provide a *much* slower version of what tox already provides. This changes scaffold-building tests to run in tox across Python versions.
* pep8 complianceRyan Petrello2012-10-291-1/+5
|
* Updating tox to run *all* tests.Ryan Petrello2012-03-201-1/+1
|
* Tinkering w/ tox.Ryan Petrello2012-03-051-3/+2
|
* A handful of improvements:Ryan Petrello2012-03-021-0/+6
* Fixing a few broken tests (https://github.com/dreamhost/pecan/issues/28) * Removing py.test as a package requirement. * Moving tests *into* the package. * Adding code to use native unittest discovery (or unittest2 fallback).