~openstack-charmers-next/charms/vivid/rabbitmq-server/trunk

« back to all changes in this revision

Viewing changes to test-requirements.txt

  • Committer: James Page
  • Date: 2016-02-17 11:22:43 UTC
  • mfrom: (130.1.3 trunk)
  • Revision ID: james.page@ubuntu.com-20160217112243-ky398woaqe0fuuox
Switchover to tox for unit and lint execution

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
nose
2
 
testtools
3
 
mock
4
 
coverage
5
 
flake8
 
1
# The order of packages is significant, because pip processes them in the order
 
2
# of appearance. Changing the order has an impact on the overall integration
 
3
# process, which may cause wedges in the gate later.
 
4
coverage>=3.6
 
5
mock>=1.2
 
6
flake8>=2.2.4,<=2.4.1
 
7
os-testr>=0.4.1
 
8
charm-tools