-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
25 lines (25 loc) · 1.21 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
# This file was autogenerated and will overwrite each time you run travis_pypi_setup.py
deploy:
true:
condition: $TOXENV == py27
repo: RainierBarrett/pydinger
tags: true
distributions: sdist bdist_wheel
password:
secure: rrpMK10xg/8xwjvQGJQkpId4EpF9VdiDVc5TKhLQptwbJQLe4IHAuKkTHzzPlkTy4fP+e+lbEabuReY2RgVz/BAge6Gr171iaOxJieJgPVdX3PSQu20/l9t08hxK7klONXVjTQ+9La0nj3oNcTRGFlCkaW5JZckhFgsCfOwpP3nk/XqKv5cLjhUPtHR1Lc4KFk0q1vFY5pd0K+qOVLXtrWjkLNJ99xD2NIMCs3+USf5plj4QLtrZQh6JIg0qfF30Q9MTHbhFg8JZT4emMkXC9HPx6Y/YNAS7Yre4UUIhWRqYLqvewI2gWGMi3j/s4Llnptf5rtSSpxAT+D3YY5aoUU3zU6FJkPraA0FBsgkUOmZOD2R/HBI0cyKuh9cCSRUMnTDY+QbQv6ShZh3DylBPtBuZYcW2/eox7xI8IwTkLet9EbVHeWspa9cZwM0VZLHcMVbVYZ0/W8lJFycFVFWUKF7reQpMvp90ahucbPtppar6KKCKyfi9/+m4yfgJw6L0H/vL0nVLhbgH6HxlzofQL+lmhSp0wrg5c/QVSDA9GBdRV1YdtJ9Uko2uG8uDfjduuDkkugBhj7MXN/Q/0JAN58xUTC+OW528a29zjumz/C5je1JrtuYeWrho5MeX+V97NiU2EYlCVt4XamwWh8TCiDeZArA9kFlZcpPh7bNy64U=
provider: pypi
user: RainierBarrett
env:
- TOXENV=py34
- TOXENV=py27
install:
- pip install -U tox
- pip install -r requirements_dev.txt
- pip install coveralls
language: python
python: 3.5
script:
- tox -e ${TOXENV}
- coverage run --source=pydinger/pydinger.py setup.py test
after_success:
- coveralls