forked from kontron/python-ipmi
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
37 lines (32 loc) · 705 Bytes
/
.travis.yml
File metadata and controls
37 lines (32 loc) · 705 Bytes
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
sudo: false
language: python
python:
- '2.7'
- '3.5'
- '3.6'
- '3.7'
- '3.8'
- '3.8-dev'
- 'nightly'
install:
- pip install python-coveralls
- pip install coverage
- pip install nose
- pip install future
script:
- python setup.py install
- nosetests --with-coverage
after_success:
- coveralls
jobs:
include:
- stage: PyPi deploy
script: true
python: 3.6
deploy:
provider: pypi
user: mwalle
password:
secure: ES9znx3LnSVqPVpQJmcR9Xtk5qvLeyjzSmD7on0fRjR3yvhnycd2Tlc+vGEYow27nqleAVkspUsom/FMiWjccJFhk5yuTql6vYnKiXGcmFtMPPtOv+hR0CHXH5hqniSKjqRVJyRlMyDEN+vzv0Wucg+Cb3pKUyly2+Zp9M9sphY=
on:
tags: true