Skip to content

Commit

Permalink
Fix max -> python testing
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Apr 7, 2019
1 parent 9ef194d commit 5600d07
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ matrix:
env: TOXENV=pypy3
- os: osx
language: generic
env: TOXENV=py34
env: TOXENV=py35
- os: osx
language: generic
env: TOXENV=py35
env: TOXENV=py36
- os: osx
language: generic
env: TOXENV=py37
before_install:
- "./scripts/before_install.sh"
install:
Expand Down

0 comments on commit 5600d07

Please sign in to comment.