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

Commit e3eb535

Browse files
committed
2 parents 2a72cea + 7dbfb8b commit e3eb535

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
22+
after_success:
23+
- codecov

0 commit comments

Comments
 (0)