Add travis-ci configuration file
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
parent
0c356d215f
commit
d05bcea552
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
install:
|
||||
- pip install flake8 --use-mirrors
|
||||
- pip install nose mock --use-mirrors
|
||||
- pip install -q . --use-mirrors
|
||||
before_script:
|
||||
- flake8 stevedore setup.py
|
||||
script: nosetests stevedore
|
Loading…
Reference in New Issue
Block a user