Skip to content

Commit 44a2287

Browse files
authored
Make Travis CI run tests against stable Python 3.7
1 parent 6d8dc10 commit 44a2287

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
- python: nightly
1717

1818
include:
19+
- python: 3.7
20+
dist: xenial
21+
sudo: true
22+
1923
- stage: Deploy
2024
name: Publishing dists to PyPI
2125
if: tag IS present

0 commit comments

Comments
 (0)