Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Zigur committed Feb 16, 2021
1 parent 12b1b1c commit b6e905a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: python
python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- coverage run -m unittest discover -s tests
- coverage run -m unittest tests
- coverage report -m
after_success:
- coveralls

0 comments on commit b6e905a

Please sign in to comment.