Skip to content

Commit c9e5479

Browse files
committed
Add newer python versions to travis
1 parent f50752c commit c9e5479

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: python
22
python:
3-
- "2.7"
4-
- "3.5"
3+
- 2.7
4+
- 3.5
5+
- 3.6
6+
- 3.7
57
sudo: false
68
notifications:
79
email: false
@@ -18,7 +20,7 @@ deploy:
1820
user: mcquin
1921
password:
2022
secure: PrFX2wJrhchChzJD8DX+q7q9UK9zrxl0CN3AdT8kBEIAxzVpM+jCS0Znt7yPHipNjhhvCPtcP2HqmkKuV3o4EgGb/E7BORbKnvBmnLVPcAOpBJXSGxqSXctmPUDlV3FF6Vi2MSTzOIcAPBSqQEB9HBtEUYO34gu2R0dwC3LdrVM=
21-
python: "2.7"
23+
python: 2.7
2224
on:
2325
tags: true
2426
distributions: sdist bdist_wheel

0 commit comments

Comments
 (0)