Skip to content

Commit 03b0004

Browse files
committed
target 3.7 only
1 parent a8abd86 commit 03b0004

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
language: python
2+
23
python:
3-
- "2.7"
4-
- "3.7"
4+
- '3.7'
5+
6+
matrix:
7+
include:
8+
- python: 3.7
9+
dist: xenial
10+
sudo: true
11+
512
script:
613
- pip install --upgrade setuptools
714
- python setup.py test

0 commit comments

Comments
 (0)