summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 311b4e015dc12e6b70ee01bd41a7bdb428707838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: python
python:
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"
  - "pypy"
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