Skip to content

Commit ca25295

Browse files
committed
Update Python Versions
This patch drops tests of the rather dated Python 3.4 and 3.5 while simultaneously adding tests for Python 3.7 and updating the build and test environment.
1 parent 2beefb5 commit ca25295

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
language: python
22

3-
sudo: false
3+
dist: bionic
44

55
# https://devguide.python.org/#branchstatus
66
python:
77
- "2.7"
8-
- "3.4"
9-
- "3.5"
108
- "3.6"
9+
- "3.7"
1110

1211
install:
1312
- pip install flake8 python-coveralls coverage

0 commit comments

Comments
 (0)