PyMISP/.travis.yml

37 lines
637 B
YAML
Raw Normal View History

2016-08-17 18:36:01 +02:00
language: python
cache: pip
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test' ]
packages:
- libstdc++6
- libfuzzy-dev
2019-04-25 11:45:46 +02:00
matrix:
include:
- name: "Python 3.6"
python: 3.6
dist: xenial
- name: "Python 3.6 - Dev"
python: 3.6-dev
dist: xenial
- name: "Python 3.7"
python: 3.7
dist: xenial
- name: "Python 3.7 - Dev"
python: 3.7-dev
dist: xenial
2016-08-17 18:36:01 +02:00
install:
2019-04-25 11:45:46 +02:00
- bash travis/install_travis.sh
2016-08-17 18:36:01 +02:00
script:
2019-04-25 11:45:46 +02:00
- bash travis/test_travis.sh
2016-08-17 18:36:01 +02:00
after_success:
- pipenv run codecov
- pipenv run coveralls