aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 48c05b7aa506c85bb5f7b65891e698690a2eb4b6 (plain)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "2.6"
  - "2.7"
  # - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)

install:
  - git submodule update --init --recursive
script: 
  - nosetests