forked from milas/rfdevices
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (29 loc) · 1.17 KB
/
.travis.yml
File metadata and controls
35 lines (29 loc) · 1.17 KB
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
language: python
python:
- 3.4
- 3.5
- 3.6
- 3.7-dev
matrix:
allow_failures:
- python: 3.7-dev
addons:
apt:
packages:
- pandoc
cache: pip
install:
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then pip install -r requirements-3.4.txt; fi
- pip install -r requirements.txt
- pip install flake8 pypandoc
script:
- flake8 rfdevices/
- nosetests tests/
deploy:
provider: pypi
distributions: "sdist bdist_wheel"
user: milas
password:
secure: IvWzRxqWP0uU9nGIo/uJXJD1fWgg/BsKuMTeCtRjYhb/d3tn+5myzcZU+Iu+35o6Zizx70azlxniMrbKIrqK0gV45dcPQM0Y59mb+XCloStpsGa1hQYkxkeMzUUvAKH+SLytK89g84aw/1FnPF6uHePgqcEdhsSP3w+YxbxZvFw/H9SsTmgoICeaLPWtMUJ4uD8Z+vjZZIcxnxQTx8IGsdywrY73W7JaTDHbfZyL3dB86pd7p5tFF8JUHlAwR1EnR7e9vcgnQlmmSTGe6tlLifH9UsLoL5YfDvE2qZzKEnQY7p46Uu/o3xT/Ihv/ctk2q9GbTryDdeYmwy5d3erON3v5GUM6wel5mS/i4p8pqLHQLwbC/pKzOte2Qwycimq/Rk4y1Nre3LdvQMXKYBd7yUBYlyRsM4wxMFnmxRmDmqWHTXIJn7exOMB88FFWU2yJFLVd+1V68v0dnlqJ1cxeOe5n42Tzn+DdHEWwgELaVfWbQPg0jSRHDcyuBSM4rV2wqBppgHCX5XFv8dd7/oja2dYQT1pVyp9RSU9/uJtTavv9JthCsm1nlHktqo8HcvCPoVwGDqm2ZEgFCdj2QD1Qp+A//KFJNYVISDxXXNhSWwx3XL9ix7Ormf1KFKWG0E5+W/3XCs6eA3Xkqni4nqS8BB6nEsHQ7AixwFevQNJiiqo=
on:
tags: true