Browse Source

Update tests to run on 3.7

pull/111/head
Watchful1 7 years ago
parent
commit
755f0705ef
  1. 2
      .travis.yml

2
.travis.yml

@ -4,7 +4,7 @@ cache: pip
python:
- '2.7'
- '3.6'
- '3.7'
install:
- pip install -U pip setuptools

Loading…
Cancel
Save