summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 9edcb6eed3e88fee613e9234d3aad5a7053aab70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: python
python:
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"
script: "python setup.py test"
install: "if [[ $TRAVIS_PYTHON_VERSION = 2.6 ]]; then pip install unittest2 --use-mirrors; fi"
notifications:
  email: false
  irc: "irc.freenode.org#xelnext"