pyssb/.travis.yml

32 lines
665 B
YAML
Raw Normal View History

2017-08-01 17:40:53 +00:00
language: python
2018-10-25 17:19:36 +00:00
matrix:
include:
- os: linux
python: 3.5
dist: xenial
- os: linux
python: 3.6
dist: xenial
- os: linux
python: 3.7
dist: xenial
- os: linux
python: 3.8-dev
dist: xenial
- os: osx
language: sh
before_install:
- brew update
- brew info python@3
- brew upgrade python@3
install:
- pip3 install .[tests]
- pip3 install coveralls
2017-08-01 17:40:53 +00:00
install:
- pip install .[tests]
- pip install coveralls
script: pytest
after_success:
- coveralls