summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 65ba8d1e4d980c78f358038d33dac579f17c8e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: python
cache: pip
matrix:
  include:
  - python: '2.6'
    dist: trusty
  - python: '2.7'
  - python: '3.3'
    dist: trusty
  - python: '3.4'
  - python: '3.5'
  - python: '3.6'
  - python: '3.7'
  - python: '3.8'
  - python: 'nightly'
  - python: 'pypy'
  - python: 'pypy3'
install:
  - pip install -r requirements.txt -r devel-requirements.txt -r extra-requirements.txt
  - pip install -e .
script:
  - travis_wait 90 sh runtests.sh