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

python:
  - "2.7"
  - "3.4"
  - "pypy"

script:
  - python setup.py test

install:
  - make install-deps

notifications:
  email: false
  irc: "irc.freenode.org#factory_boy"