summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: cb889b5f9359257a1095ebd386948855fa4304d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: python

matrix:
    include:
        - python: 2.7
          os: linux
          dist: trusty
          env: TOXENV=py27
        - python: pypy
          os: linux
          dist: trusty
          env: TOXENV=pypy
        - python: 3.5
          os: linux
          dist: trusty
          env: TOXENV=py35
        - python: 3.6
          os: linux
          dist: trusty
          env: TOXENV=py36
        - python: 3.7
          os: linux
          dist: xenial
          env: TOXENV=py37

# command to install dependencies
install:
  - "pip install ."

# command to run tests
script: nosetests