File: .travis.yml

package info (click to toggle)
python-aafigure 0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 428 kB
  • sloc: python: 1,942; makefile: 112
file content (18 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright Chris Liechti <cliechti@gmx.net>
# SPDX-License-Identifier:    BSD-3-Clause

language: python

python:
  - 2.7
  - pypy
  - 3.6
  - nightly
  - pypy3

install:
  - pip install .
  - if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install -r requirements.txt; fi

script:
  - cd test && python test_diagrams.py