-
Notifications
You must be signed in to change notification settings - Fork 5
/
.travis.yml
49 lines (49 loc) · 1.03 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
language: python
matrix:
include:
# - os: windows
# python: '2.7'
- os: linux
dist: trusty
sudo: false
python: '2.7'
- os: linux
dist: trusty
sudo: false
python: '3.5'
- os: linux
dist: trusty
sudo: false
python: '3.6'
- os: linux
dist: xenial
sudo: required
services:
- docker
python: '3.7'
env: BUILD_SDIST=true
- os: linux
dist: xenial
sudo: false
before_install:
- pip install cryptography==3.1.1
- pip install pytest==4.6.6 pytest-cov==2.8.1 coveralls python-hosts colorama coverage
python: pypy
- os: linux
sudo: false
python: pypy3
- os: osx
language: objective-c
env: PYENV_VERSION=2.7.12
- os: osx
language: objective-c
env: PYENV_VERSION=3.5.5
- os: osx
language: objective-c
env: PYENV_VERSION=3.6.5
before_install:
- pip install pytest==4.6.6 pytest-cov==2.8.1 coveralls python-hosts colorama coverage
script:
- pytest --cov-report term-missing --cov hostman
after_success:
coveralls