fix travis env var

This commit is contained in:
Bastien Gérard 2020-04-25 21:47:37 +02:00
parent ef7da36ac6
commit 394da67cf1
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ repos:
rev: 19.10b0
hooks:
- id: black
# language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.0a2
hooks:

View File

@ -33,7 +33,7 @@ env:
- PYMONGO_3_9=3.9
- PYMONGO_3_10=3.10
- MAIN_PYTHON_VERSION = "3.7"
- MAIN_PYTHON_VERSION=3.7
matrix:
- MONGODB=${MONGODB_3_4} PYMONGO=${PYMONGO_3_10}