Skip to content

Commit 4e39921

Browse files
committed
Add .travis.yml
1 parent 20a0120 commit 4e39921

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
python:
3+
- "3.7"
4+
- "3.8"
5+
- "pypy3"
6+
before_install:
7+
- pip install poetry
8+
install:
9+
- poetry install
10+
script:
11+
- poetry run pytest

0 commit comments

Comments
 (0)