Skip to content

Commit

Permalink
fix py38dev python tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Jun 10, 2019
1 parent 13ebfa1 commit f3326bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -16,7 +16,7 @@ env:
matrix:
allow_failures:
- env: PEP8_VERSION=github
- python: "3.8dev"
- python: "3.8-dev"
include:
- python: 3.7
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
Expand All @@ -29,14 +29,14 @@ matrix:
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
env: PEP8_VERSION=github
- python: "3.8dev"
- python: "3.8-dev"
dist: xenial # required for Python 3.8dev
sudo: required # required for Python 3.8dev
- python: "3.8dev"
- python: "3.8-dev"
dist: xenial # required for Python 3.8dev
sudo: required # required for Python 3.8dev
env: PEP8_VERSION=pypi
- python: "3.8dev"
- python: "3.8-dev"
dist: xenial # required for Python 3.8dev
sudo: required # required for Python 3.8dev
env: PEP8_VERSION=github
Expand Down

0 comments on commit f3326bf

Please sign in to comment.