~ubuntu-branches/ubuntu/wily/python-roman/wily

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Package Import Robot
  • Author(s): Andrea Colangelo
  • Date: 2013-12-28 10:24:33 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20131228102433-joxka86hn85rb1tu
Tags: 2.0.0-1
* New upstream release.
* New maintainer. (Closes: #708549)
* debian/patches/*: refresh.
* debian/control:
  + add "XS-Testsuite: autopkgtest".
  + bump Standards-Version to 3.9.5.
* debian/copyright: update to DEP-5.
* debian/watch: update, upstream now uses .zip files.
* Convert to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[tox]
 
2
envlist =
 
3
    py26,py27,py33,pypy
 
4
 
 
5
[testenv]
 
6
commands =
 
7
    python setup.py test -q
 
8
deps =
 
9