Skip to content

Commit 2692082

Browse files
committed
Set deploy to Python 3.7
1 parent f816836 commit 2692082

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
include:
4949
- stage: PyPI release
5050
script: echo "Deploying to PyPI ..."
51-
env: TOXENV=docs
51+
python: '3.7'
52+
env: DJANGO=21
5253
if: tag IS present
5354
deploy:
5455
provider: pypi

0 commit comments

Comments
 (0)