Skip to content

Commit 777c136

Browse files
committed
Fix TravisCI deploy
1 parent f444bdd commit 777c136

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
language: python
22
python:
33
- '2.7'
4+
- '3.5'
5+
- '3.6'
46
- '3.7'
7+
- '3.8'
8+
cache: pip
59
install:
610
- pip install flake8
711
script:
@@ -18,6 +22,7 @@ deploy:
1822
distributions: sdist bdist_wheel
1923
repo: dolfinus/setuptools-git-versioning
2024
skip_cleanup: 'true'
25+
skip_existing: true
2126
- provider: releases
2227
api_key:
2328
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=

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"Programming Language :: Python :: 2",
2525
"Programming Language :: Python :: 2.7",
2626
"Programming Language :: Python :: 3",
27-
"Programming Language :: Python :: 3.4",
2827
"Programming Language :: Python :: 3.5",
2928
"Programming Language :: Python :: 3.6",
3029
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)