Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit 8bcdddc

Browse files
authored
Travis CI
1 parent 802a790 commit 8bcdddc

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
dist: buster
2+
sudo: false
3+
4+
language: python
5+
python:
6+
- 3.6
7+
- 3.7
8+
- pypy3
9+
10+
addons:
11+
apt:
12+
packages:
13+
-
14+
15+
install:
16+
- pip install pytest
17+
- pip install codecov
18+
19+
script:
20+
- codecov --version
21+
- tox
22+
23+
after_success:
24+
- codecov

0 commit comments

Comments
 (0)