forked from jquast/telnetlib3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (32 loc) · 769 Bytes
/
.travis.yml
File metadata and controls
36 lines (32 loc) · 769 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
language: python
matrix:
fast_finish: true
include:
# some errors only present themselves when using with ASYNCIODEBUG,
# especially exceptions in tasks and so on.
- python: 3.5
env: ASYNCIODEBUG=1 TOXENV=py35 COVERAGE_ID=travis-ci
- python: 3.6
env: ASYNCIODEBUG=1 TOXENV=py36 COVERAGE_ID=travis-ci
- python: 3.7
env: ASYNCIODEBUG=1 TOXENV=py37 COVERAGE_ID=travis-ci
- python: 3.8
env: ASYNCIODEBUG=1 TOXENV=py38 COVERAGE_ID=travis-ci
install:
- pip install tox
script:
- tox
notifications:
email:
recipients:
- contact@jeffquast.com
on_success: change
on_failure: change
sudo: false
#addons:
# apt:
# packages:
# - telnet
# - curl
# - netcat-openbsd
# - tintin++