Skip to content

Commit c7579da

Browse files
authored
upgrade to python 3.7
1 parent 7add9a2 commit c7579da

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
language: python
22
python:
3-
- 3.6
4-
matrix: # python 3.7 workaround: https://github.com/travis-ci/travis-ci/issues/9815
5-
include:
6-
- python: 3.7
7-
dist: xenial
8-
sudo: true
3+
- 3.7
94
install:
105
- pip install .
116
- pip install pytest

0 commit comments

Comments
 (0)