summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 42384521e8bf42ad99c08e860cde797379034d53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: python

python:
  - 2.5
  - 2.6
  - 2.7
  - 3.2
  - pypy

env:
  - COVERAGE_TEST_TRACER=py
  - COVERAGE_TEST_TRACER=c

install:
  - python setup.py clean install

script:
  - make testdata
  - PYTHONPATH=test/eggsrc nosetests -e test_farm -e is_like_python test