Skip to content

Commit

Permalink
travis to have the same python versions than locally
Browse files Browse the repository at this point in the history
  • Loading branch information
jrzaurin committed Sep 20, 2020
1 parent 15890b7 commit 41864b8
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,8 +1,8 @@
dist: xenial
language: python
python:
- "3.6"
- "3.7"
- "3.6.11"
- "3.7.7"
- "3.8"
matrix:
fast_finish: true
Expand Down

0 comments on commit 41864b8

Please sign in to comment.