summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 74c2171892aa71a2ceb9f86dc95cb73351930cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: python
python:
  - "pypy"
  - "2.6"
  - "2.7"
  - "3.3"
env:
  - REQUIREMENTS=""
  - REQUIREMENTS="unittest2"
install:
    - pip install $REQUIREMENTS
    - python setup.py -q install
script:
    - py.test --tb=native jsonschema
    - python -m doctest README.rst