Skip to content

Commit

Permalink
Update Travis Config with new versions, wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
agude committed Nov 21, 2020
1 parent 0dc2232 commit 8f9d006
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.7-dev"
- "3.8-dev"
- "3.8"
- "3.9-dev"
- "nightly"
# Also test pypy
- "pypy3"
Expand All @@ -19,7 +19,7 @@ script:
jobs:
include:
- stage: build
python: "3.7"
python: "3.8"
install: pip install pypandoc
addons:
apt_packages: pandoc # Required to convert the README to a Pypi description
Expand All @@ -29,6 +29,7 @@ jobs:
user: alexgude
password:
secure: KiJSErVrIcSOk2cVwaa5u3ljFZpx5tIcBmCdIp8dzZ1efP8TFl7FU6CstiU9p1SuI3n7qf568mxM7InJeKKiOERLtM0Llh0RZb8MaB9acFx+DcSkIUlK6QJCosCtBthRVh9ng9406Haom2VQmjfdiNkdkPNOMiD6jtD4hubEa3JeVZ7uwcJe1Vc+FQMu2KqqVO6VLE8NqqdEqjyTNhPEsPWq7xwwbW8cD4BrFaibgHEvktqG01DvWqf8lFhS+R8hXfwWt6b8lpXDqgjObj2dQ3jAiZuihlC1OSFUXjyZu7Zult7eiCYisQeGz5uwznoBeY8dnvGZzs0sIVEb/0Z7jGk9B7GIPQXWabzCKeiYnPkzUpBZmupuaJp8Bjlzel+SIFhy8X7P0jIMDD8bvrB+Gm6k3zPG+4oJWgyzdK1G0Id3n9H41kiTVQFGNjlGF2JVWXK7HTT9RyFII97ciDtgFBcoGZTGNHp4mmL7vv1roCW1N8wLwy0yCRU3z86R9iFRd5hkgW851bSMyLAKdRNQU4p9TwSWnQs7DPSszZR68LnD3ccl0sSghjXSmE2hCBsVYp4NtfnDNN81zimU4zjusa2b5AL9BbrtPhdAf5U+5vVPzIoDy1OJNqkYgHvs+QZPLyIacZ71rmXrRNTh1itpsDv5iERGdONwEVAvI/7eOBs=
distributions: "sdist bdist_wheel"
on:
tags: true
branch: master
Expand Down

0 comments on commit 8f9d006

Please sign in to comment.