~ubuntu-branches/debian/stretch/configobj/stretch

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2014-08-28 18:42:29 UTC
  • mfrom: (1.3.4)
  • Revision ID: package-import@ubuntu.com-20140828184229-yisw15o0j2r334jx
Tags: 5.0.6-1
* Team upload.
* Update watch file to point to GitHub releases.
* Bump Standards-Version to 3.9.5
* Use the pybuild buildsystem.
* Release a package for Python 3. (Closes: #660172)
* Refresh eggify.diff
* Drop report-doctest-failure.diff and py27-test.diff (fixed upstream).
* Disable triplequotes.diff (fail to apply).
* Fix deprecation warning test case.
* Adjust autopkgtests to run pytest for Python 2.x and 3.x.
* Move documentation into separate package and build Sphinx documentation.
* Update debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
language: python
 
2
python: 2.7
 
3
env:
 
4
  - TOX_ENV=py34
 
5
  - TOX_ENV=py33
 
6
  - TOX_ENV=py32
 
7
  - TOX_ENV=py27
 
8
  - TOX_ENV=py26
 
9
install:
 
10
  - pip install tox
 
11
  - pip install python-coveralls
 
12
script:
 
13
  - tox -e $TOX_ENV
 
14
after_success:
 
15
  coveralls