mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
Setting of exact python versions for tox environments, remove travis python environments
This commit is contained in:
parent
b93bb61e28
commit
0726a7c253
|
@ -1,7 +1,4 @@
|
|||
language: python
|
||||
python:
|
||||
- '2.6'
|
||||
- '2.7'
|
||||
install:
|
||||
- pip install tox
|
||||
script:
|
||||
|
|
4
tox.ini
4
tox.ini
|
@ -7,7 +7,7 @@ deps=
|
|||
unittest2
|
||||
|
||||
[testenv:dev]
|
||||
basepython=python
|
||||
basepython=python2.7
|
||||
deps=
|
||||
{[testenv]deps}
|
||||
coverage
|
||||
|
@ -49,9 +49,11 @@ commands=
|
|||
pep257 objects
|
||||
|
||||
[testenv:py26]
|
||||
basepython=python2.6
|
||||
commands=
|
||||
unit2 discover tests []
|
||||
|
||||
[testenv:py27]
|
||||
basepython=python2.7
|
||||
commands=
|
||||
unit2 discover tests []
|
||||
|
|
Loading…
Reference in New Issue
Block a user