aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 90584befc137e043f59ca23cca3e176ccfbcb870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
sudo: required
language: python

services:
  - docker
dist: bionic 

python:
  - "3.6"
  -  3.7

before_install:
  - sudo apt-get -qq update
  - sudo apt-get install -y pristine-tar devscripts

install: "pip install -r dev_requirements.txt"
script:
  - flake8
  - python $(which nosetests) -v tests/doctests/ tests/component/deb/
  - packaging/run-in-docker