summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 1c61464fbbf50d0a73e570c82e940370b1690c22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: python
python:
  - "pypy"
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"
install:
  - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ||
          $TRAVIS_PYTHON_VERSION == '2.7' ||
          $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then
      pip install ./pies2overrides;
    fi
script:
  - pip install pytest
  - py.test