Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.

Commit

Permalink
attempted fix for travis py 3.7 test
Browse files Browse the repository at this point in the history
  • Loading branch information
BradMclain committed Oct 11, 2018
1 parent 09688c4 commit 63382f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ matrix:
- os: linux
sudo: required
python: pypy
- os: linux
sudo: required
python: "pypy3.5-6.0.0"
- os: linux
sudo: required
python: 2.7
Expand All @@ -18,6 +15,7 @@ matrix:
python: 3.6
- os: linux
sudo: required
dist: xenial
python: 3.7
install:
- pip install .
Expand Down

0 comments on commit 63382f9

Please sign in to comment.