Skip to content

Commit

Permalink
Update travis config to use py36
Browse files Browse the repository at this point in the history
  • Loading branch information
plstcharles committed Apr 19, 2019
1 parent 99a20ed commit ac21273
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,6 +1,6 @@
language: python
python:
- "3.6"
- "3.7"
sudo: false
cache: pip
env:
Expand All @@ -10,7 +10,7 @@ env:
matrix:
- TOXENV=check
- TOXENV=docs
- TOXENV=py36,report
- TOXENV=py37,report
before_install:
- python --version
- uname -a
Expand Down

0 comments on commit ac21273

Please sign in to comment.