Skip to content

Commit

Permalink
Try to fix #256
Browse files Browse the repository at this point in the history
  • Loading branch information
thouska committed Sep 7, 2020
1 parent 015e2c1 commit 719a32e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
#- "2.7"
#- "3.5"
- "3.7"
# - "3.8" #Errors on Travis, build times out because no output was received...

Expand Down Expand Up @@ -46,10 +45,8 @@ jobs:

# Publish spotpy on PyPi if taged
deploy:
# If you need to deploy files Travis has built, use the next line
skip_cleanup: true
provider: pypi
distributions: sdist bdist_wheel gztar
distributions: "sdist bdist_wheel gztar"
on:
# In this case I want to deploy only when a tag is present...
tags: true
Expand All @@ -58,4 +55,5 @@ deploy:
- master
- /v?(\d+\.)?(\d+\.)?(\*|\d+)$/
user: thouska
password : ${deploying}
password : ${deploying}
skip_existing: true

0 comments on commit 719a32e

Please sign in to comment.