Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kmac committed Apr 24, 2021
1 parent ba48362 commit 93ef12a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
language: python
python:
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
install:
- pip install .
script:
- pytest
matrix:
include:
- stage: test
python: 3.5
- stage: test
python: 3.6
- stage: test
python: 3.7
- stage: test
python: 3.8
- stage: test
python: 3.9
- stage: deploy
deploy:
provider: pypi
Expand Down

0 comments on commit 93ef12a

Please sign in to comment.