~ubuntu-branches/ubuntu/trusty/python-django-openstack-auth/trusty-proposed

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-25 09:16:35 UTC
  • Revision ID: package-import@ubuntu.com-20140225091635-g9czuxhczll83ipl
Tags: 1.1.3-0ubuntu3
* Fix compatibility with Django 1.6 (LP: #1284533):
  - d/p/django-1.6-compat.patch,
    d/p/django-1.4-1.6-compat.patch: Cherry picked fixes from upstream
    VCS for compatibility with Django 1.4 -> 1.6. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
       -r{toxinidir}/test-requirements.txt
13
13
commands = python openstack_auth/tests/run_tests.py
14
14
 
 
15
[testenv:py27dj14]
 
16
deps = pbr>=0.5.21,<1.0
 
17
       Django==1.4
 
18
       python-keystoneclient>=0.3.2
 
19
       -r{toxinidir}/test-requirements.txt
 
20
 
15
21
[testenv:pep8]
16
22
commands = flake8
17
23