Skip to content

Commit

Permalink
Update Python versions to test against
Browse files Browse the repository at this point in the history
  • Loading branch information
mansam authored Dec 11, 2020
1 parent bef3468 commit 22d31a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: python
python:
- "2.6"
- "2.7"
- "pypy"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- pip install .
script: py.test

0 comments on commit 22d31a0

Please sign in to comment.