mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-22 03:00:25 +00:00
Switch to 3.8 in travis.
This commit is contained in:
parent
86d14f962b
commit
cd4edf3f98
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
language: python
|
||||
dist: xenial
|
||||
python:
|
||||
- 3.7
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
install:
|
||||
- pip install codecov -r requires/development.txt
|
||||
script:
|
||||
|
@ -16,7 +17,7 @@ deploy:
|
|||
distributions: sdist bdist_wheel
|
||||
provider: pypi
|
||||
on:
|
||||
python: 3.7
|
||||
python: 3.8
|
||||
tags: true
|
||||
all_branches: true
|
||||
user: sprockets
|
||||
|
|
Loading…
Reference in a new issue