Skip to content

Commit

Permalink
chore: Add build matrix for testing against multiple python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreroggeri committed Jul 21, 2020
1 parent 5274151 commit 0e7e560
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: python
python:
- '3.6'
- '3.7'
- '3.8'
install:
- pip install -q -r requirements.txt
- pip install -q -r requirements-test.txt
Expand Down

0 comments on commit 0e7e560

Please sign in to comment.