Include Py35 tests in CI tests.

This commit is contained in:
Waylan Limberg
2015-11-17 19:26:36 -05:00
parent b87d2bf552
commit 1f561c6979
2 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ env:
- TOXENV=py34-integration
- TOXENV=py34-min-req
- TOXENV=py34-unittests
- TOXENV=py35-integration
- TOXENV=py35-min-req
- TOXENV=py35-unittests
- TOXENV=pypy-integration
- TOXENV=pypy-min-req
- TOXENV=pypy-unittests

View File

@@ -10,6 +10,9 @@ environment:
- TOXENV: py34-integration
- TOXENV: py34-min-req
- TOXENV: py34-unittests
- TOXENV: py35-integration
- TOXENV: py35-min-req
- TOXENV: py35-unittests
- TOXENV: flake8
init:
- "ECHO %TOXENV%"