Skip to content

Commit

Permalink
Support Python 3.9 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dharvey-consbio committed Mar 17, 2021
1 parent 07fbc3d commit cc62f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
- "3.9"
- "3.8"
- "3.7"
- "3.6"
- "3.5"
- "2.7"

install:
Expand Down

0 comments on commit cc62f92

Please sign in to comment.