We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50752c commit c9e5479Copy full SHA for c9e5479
.travis.yml
@@ -1,7 +1,9 @@
1
language: python
2
python:
3
- - "2.7"
4
- - "3.5"
+ - 2.7
+ - 3.5
5
+ - 3.6
6
+ - 3.7
7
sudo: false
8
notifications:
9
email: false
@@ -18,7 +20,7 @@ deploy:
18
20
user: mcquin
19
21
password:
22
secure: PrFX2wJrhchChzJD8DX+q7q9UK9zrxl0CN3AdT8kBEIAxzVpM+jCS0Znt7yPHipNjhhvCPtcP2HqmkKuV3o4EgGb/E7BORbKnvBmnLVPcAOpBJXSGxqSXctmPUDlV3FF6Vi2MSTzOIcAPBSqQEB9HBtEUYO34gu2R0dwC3LdrVM=
- python: "2.7"
23
+ python: 2.7
24
on:
25
tags: true
26
distributions: sdist bdist_wheel
0 commit comments