Skip to content

Commit 394da67

Browse files
committed
fix travis env var
1 parent ef7da36 commit 394da67

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ repos:
44
rev: 19.10b0
55
hooks:
66
- id: black
7-
# language_version: python3
87
- repo: https://gitlab.com/pycqa/flake8
98
rev: 3.8.0a2
109
hooks:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
- PYMONGO_3_9=3.9
3434
- PYMONGO_3_10=3.10
3535

36-
- MAIN_PYTHON_VERSION = "3.7"
36+
- MAIN_PYTHON_VERSION=3.7
3737
matrix:
3838
- MONGODB=${MONGODB_3_4} PYMONGO=${PYMONGO_3_10}
3939

0 commit comments

Comments
 (0)