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

python:
  - 2.7
  - 3.4
  - 3.6
  - pypy

install:
  - pip install -q nose
  - python setup.py install

script:
  - nosetests -w /tmp blessings.tests