mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
Update .travis.yml
This commit is contained in:
parent
70736f8e86
commit
15bb1fd6c3
|
@ -1,8 +1,8 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
|
||||||
- "2.7"
|
|
||||||
install:
|
install:
|
||||||
- "pip install ."
|
- "pip install ."
|
||||||
- "pip install -r requirements-tests.txt"
|
- "pip install -r requirements-tests.txt"
|
||||||
script:
|
script:
|
||||||
- "unit2 discover"
|
- tox
|
||||||
|
env:
|
||||||
|
- TOXENV=py27
|
||||||
|
|
Loading…
Reference in New Issue
Block a user