Skip to content

Commit

Permalink
Merge c90ab3a into 905b12b
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Oct 29, 2019
2 parents 905b12b + c90ab3a commit e358dd0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -27,18 +27,18 @@ jobs:

include:

- { python: '3.7', env: TOXENV=lint }
- { python: '3.8', env: TOXENV=lint }
- { python: '3.5', env: TOXENV=py35-pymongo }
- { python: '3.5', env: TOXENV=py35-motor1 }
- { python: '3.5', env: TOXENV=py35-txmongo }
- { python: '3.7', env: TOXENV=py37-pymongo }
- { python: '3.7', env: TOXENV=py37-motor2 }
- { python: '3.7', env: TOXENV=py37-txmongo }
- { python: '3.8', env: TOXENV=py38-pymongo }
- { python: '3.8', env: TOXENV=py38-motor2 }
- { python: '3.8', env: TOXENV=py38-txmongo }

- stage: PyPI Release
if: tag IS present
python: '3.7'
env: TOXENV=py37-pymongo
python: '3.8'
env: TOXENV=py38-pymongo
install: skip
script: echo "Releasing to PyPI..."
deploy:
Expand All @@ -50,4 +50,4 @@ jobs:
on:
tags: true
repo: Scille/umongo
python: 3.7
python: 3.8
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -48,5 +48,6 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = lint,{py35,py36,py37}-{motor1,motor2,pymongo,txmongo}
envlist = lint,{py35,py36,py37,py38}-{motor1,motor2,pymongo,txmongo}

[testenv]
setenv =
Expand Down

0 comments on commit e358dd0

Please sign in to comment.