mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-23 23:20:48 +03:00
Create .travis.yml
This commit is contained in:
parent
983be8d3da
commit
09d0edd623
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
install:
|
||||
- "pip install ."
|
||||
- "pip install -r requirements-tests.txt"
|
||||
script:
|
||||
- "unit2 discover"
|
Loading…
Reference in New Issue
Block a user