Skip to content

Commit

Permalink
Downgrade Python version to 3.6 for Travis builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Dec 24, 2018
1 parent cbbdb39 commit 1657529
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,6 +1,6 @@
language: python
python:
- "3.7"
- "3.6"

# Install dependencies.
install:
Expand Down

0 comments on commit 1657529

Please sign in to comment.