Skip to content

Commit

Permalink
Update travis to use tox
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaska committed Feb 24, 2015
1 parent 074981e commit 0b0dcb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
install:
pip install -r requirements-optional.txt
pip install tox
script:
make test-all
tox
after_success:
coveralls
notifications:
Expand Down
2 changes: 0 additions & 2 deletions tests/test_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

class TestHTML(unittest.TestCase):
"""Test HTML generator."""
# support for py2.6
# matcher = re.compile('^<.*?>(.*?)</.*>$')

@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit 0b0dcb3

Please sign in to comment.