Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lqmanh committed Aug 19, 2020
1 parent 20a0120 commit 4e39921
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: python
python:
- "3.7"
- "3.8"
- "pypy3"
before_install:
- pip install poetry
install:
- poetry install
script:
- poetry run pytest

0 comments on commit 4e39921

Please sign in to comment.