~ubuntu-branches/ubuntu/raring/synaptiks/raring-proposed

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-05-21 17:49:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110521174959-wt5odxlwc5kssw3b
Tags: 0.6.1-0ubuntu1
* New upstream release.
* Update watch file.
* Remove the transitional package kde-config-synaptiks.
* Drop ${python:Breaks} as it's not used anymore by dh_python2.
* Add libxtst6, python-dbus and upower to Recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[tox]
 
2
envlist = py27
 
3
 
 
4
[testenv]
 
5
deps=
 
6
    -r{toxinidir}/tests/requirements.txt
 
7
commands =
 
8
    {toxinidir}/bootstrap_native_bindings.py {toxworkdir}/_download {envtmpdir}
 
9
    py.test --junitxml={envname}-tests.xml []