mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-25 19:14:00 +03:00
Add travis env variable for running tests on py35
This commit is contained in:
parent
60f48ab3d9
commit
624e1cef63
|
@ -3,6 +3,10 @@ install:
|
|||
- pip install tox
|
||||
script:
|
||||
- tox
|
||||
include:
|
||||
- python: 3.5
|
||||
env:
|
||||
- TOXENV=py35
|
||||
env:
|
||||
- TOXENV=coveralls
|
||||
- TOXENV=pylint
|
||||
|
|
Loading…
Reference in New Issue
Block a user