summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2a56beccf6fc32bcbfffd33b3576e68960c9dbad (plain)
1
2
3
4
5
6
7
8
9
10
11
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
  - git fetch --tags
script: 
  - nosetests