Skip to content

Commit f9863d3

Browse files
author
Saurabh Kumar
committed
Add python 3.7 to testsuite + udpate pypi creds
1 parent 4953de1 commit f9863d3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ python:
66
- '3.5'
77
- '3.6'
88
- pypy
9+
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
10+
matrix:
11+
include:
12+
- python: 3.7
13+
dist: xenial
14+
sudo: true
915
install:
1016
- pip install python-coveralls
1117
- pip install -q -r requirements.txt
@@ -19,7 +25,7 @@ deploy:
1925
provider: pypi
2026
user: theskumar
2127
password:
22-
secure: VdULnucEUBZB0qZFKrP0kGdxYOY02QrvJBvVAHDc4CBhvPWcfF5HpEWD1CDNr2wdvg5Wwi5WGgX66Rthkrsw6akPwB+aPA++bFZ0uMHy392Nu4hxusX915R3JGnQ7L53aYrohOsJ7JsrZ7n12I38LJSewfkyQydAxjhJA+3hAtw=
28+
secure: DXUkl4YSC2RCltChik1csvQulnVMQQpD/4i4u+6pEyUfBMYP65zFYSNwLh+jt+URyX+MpN/Er20+TZ/F/fu7xkru6/KBqKLugeXihNbwGhbHUIkjZT/0dNSo03uAz6s5fWgqr8EJk9Ll71GexAsBPx2yqsjc2BMgOjwcNly40Co=
2329
on:
2430
tags: true
2531
repo: theskumar/python-dotenv

0 commit comments

Comments
 (0)