Skip to content

Commit

Permalink
Run test suite on Python 3.5 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Mar 21, 2016
1 parent 48cfb64 commit abf88e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "pypy"
install:
- pip install coveralls
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
# directory.

[tox]
envlist = py27, py34, pypy
envlist = py27, py34, py35, pypy

[testenv]
deps = pytest
commands = py.test {posargs}

[pytest]
addopts = --verbose
python_files = rotate_backups/tests.py

[flake8]
Expand Down

0 comments on commit abf88e5

Please sign in to comment.