-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (35 loc) · 807 Bytes
/
.travis.yml
File metadata and controls
35 lines (35 loc) · 807 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
language: python
python: 3.6
env:
global: LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
matrix:
- TOXENV=check
- TOXENV=2.7,coveralls
- TOXENV=2.7-nocover
- TOXENV=3.4,coveralls
- TOXENV=3.4-nocover
- TOXENV=3.6,coveralls
- TOXENV=3.6-nocover
before_install:
- python --version
- virtualenv --version
- pip --version
- uname -a
- lsb_release -a
install:
- pip install tox
script:
- tox -v
notifications:
email:
on_success: never
on_failure: never
deploy:
provider: pypi
user: storax
distributions: "sdist bdist_wheel"
password:
secure: RAtgZwB9nudMI8LQ/WIJsqQzKsTOM0Y1v51yHbCJwyJeA1Uk+ZeMEOwLCfnk9401KvOJXmfryWExdWOaNhc7g5oP8RzG8Uo3jRop/7XGpUvMv63GCJ3dmq0NB+z0v0YIANWIF2vguKKtg22oQWTQePoSGpgQH6LIRzml+GFRuos=
on:
tags: true
repo: Pytwitcher/pytwitcherapi