forked from pyrtlsdr/pyrtlsdr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
34 lines (34 loc) · 1.41 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
language: python
sudo: required
dist: trusty
python:
- "2.7"
- "3.4"
- "3.5.2"
addons:
apt:
packages:
- libusb-1.0-0-dev
- pandoc
before_install:
- cd tools/travis
- ./install-librtlsdr.sh
- cd ../..
- export LD_LIBRARY_PATH=$HOME/.local:$LD_LIBRARY_PATH
install:
- pip install -U pip setuptools wheel
- pip install -U pytest pytest-xdist pytest-cov coveralls
- pip install -e .
script:
- py.test --cov-append --cov-config .coveragerc --cov=rtlsdr
- py.test --cov-append --cov-config .coveragerc --cov=rtlsdr --boxed --no-overrides --pyargs tests/no_override*
after_success:
- coveralls
deploy:
provider: pypi
distributions: "sdist bdist_wheel"
on:
tags: true
user: nocarryr
password:
secure: oHq8f+ktVrpciBPqWGoLFcLb/44DcYhj0Jtm6Shexo8q7vUim3Tc3qaDcxw1VjQdwBxvSDgN9alI46NAxl49b0IAMvdtlzsy4I7NnqxRGFIcn34VN9hkEDtbs2HBLYLJbAZKP0J2VqzugmwomVGnks+xKom9z81mJpudb3lB17ukT+SmD3hck+9QuBCJYOqCUoRzuIfvSBXCsLZi2asW61SbPl9DJE6En1UYDeWRBL3YhY1khs8d+eWKrEz1/8rcZv3qC/PzSRuaNK1AIDAYHb6c0Z1shs6XnglP+W7vUcojc1sGiMhVVhDwv8w2TQkaFRSAwvByxuVtRdR3e2MQr/fZjxj71QcsmYFM8FRV9CRGhKCOuwlY8XYF0aznZJ2JvD/wdsY8Vq/1TpBktqI1k01ZSwEMmlw0GOyTlfc/K2PMZeVITvNqs1kGKZeVBDTmaRN+j6Xe126TIN1Hduof2V00cWtemF/TC1ajJ3B8R2BX71vrmDO6/AIzyxn17TTDtWs1E/tn7K5MhQs995OO2S+M273tO7buM3e5JLUQan6P5lqL6R6ZQER4sq5ghHZqwSUXtbu+ZYg6s1Yb1WXN5lhMgMaRAO+yYKje07yEu8zmpIbeQ5zpzebz/Q8BvpRj8h0bh4bS4IwkAhJsfaQjZavn6maTuw1VMGeC1gYYTVA=