summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6d4e45b9d3d01de0cf01c8f50e9e8e44eb5e0c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Tell Travis (travisci.org) what to do

language: python

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

#install:
#  - python setup.py clean install
#  - python igor.py zip_mods install_egg remove_extension

script:
  - python setup.py clean develop
  - python igor.py zip_mods install_egg remove_extension
  - python igor.py test_with_tracer py
  - python setup.py build_ext --inplace
  - python igor.py test_with_tracer c