File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
3
- ' 2.7'
4
+ - ' 3.5'
5
+ - ' 3.6'
4
6
- ' 3.7'
7
+ - ' 3.8'
8
+ cache : pip
5
9
install :
6
10
- pip install flake8
7
11
script :
@@ -18,6 +22,7 @@ deploy:
18
22
distributions : sdist bdist_wheel
19
23
repo : dolfinus/setuptools-git-versioning
20
24
skip_cleanup : ' true'
25
+ skip_existing : true
21
26
- provider : releases
22
27
api_key :
23
28
secure : c5pZl7cYbwCK63923UdsJHKudrg/VE4hCosbg6SA5PpxRAusRu/gMmnSMB4KCUo6tiQZgDPOOtyLuqNpL5qVwLT6QAmzmr/CM+hYPl+zn2/bObGrnKkWvzurtZZgq8FUpS9+C7gwnHE3bZLQEDHdaaYmPoAFkhGDmDJ0MCX/J0ktr+IK4vwCJvc8ZjdnoLv5sw3XtOFjeO/B8kbCdGkSFJ/+YsPOpypdguCN+EMH5me5Vxiturq57mhPo3elDijHvsX06hmVeUATwOBFInXf3pummbC7rdqaJ4lrs/wReH4Ar0Vrjo1mAndB0MVKXhJ6nyHmsRLWVeI2crtTDqdnw29W2FHLVGiFWPNzNneZgRm1itgfKflzRtq7rM7439shixw5cNKI6EbhYtC2jiOBeK/I7zhQXa+cOK/H/PAumdy9e34HsElhHhGCFoINZYXzNW4AtVYzDl9GF1W4hXCbCB22h3V8sm1pGyywQ2cB80iLb4oRx9OdyWr/dbzlOim8u/lj0ORPMV70oRElHn4sCst35g5OP9goLlXpxHy0P9DzSwDe6mfZyB4/mXZ7lyI6RPgrN3A50dsIDoLMn06w2t4C4h37kGmU2VIBfu1lJR54YJQQViWeLaExid4/3jRajLKyB+KsS3+acwZwGnW5KYBKOg2QAdcsLfntGBKC4o0=
Original file line number Diff line number Diff line change 24
24
"Programming Language :: Python :: 2" ,
25
25
"Programming Language :: Python :: 2.7" ,
26
26
"Programming Language :: Python :: 3" ,
27
- "Programming Language :: Python :: 3.4" ,
28
27
"Programming Language :: Python :: 3.5" ,
29
28
"Programming Language :: Python :: 3.6" ,
30
29
"Programming Language :: Python :: 3.7" ,
You can’t perform that action at this time.
0 commit comments