Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
adding py35 to tox/travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed May 17, 2016
1 parent d90dabd commit 5afa6fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
python: 3.5
install:
- pip install tox
script: tox
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py27,
py33,py34
py33,py34,py35,

[testenv]
setenv =
Expand All @@ -12,7 +12,5 @@ commands = py.test {posargs:--cov nefertari_sqla}
[testenv:flake8]
deps =
flake8
pep8
{[testenv]deps}
commands =
flake8 nefertari_sqla

0 comments on commit 5afa6fb

Please sign in to comment.