Skip to content

Commit fa96eba

Browse files
committed
try to get the build working again
1 parent 7d1bd27 commit fa96eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ python:
66
- 3.4
77
- 3.5
88
- 3.6
9-
- 3.7-dev
9+
# - 3.7-dev
1010
services: mongodb
1111
install: pip install -r test-requirements.txt -e .
1212
script: py.test --tb=native tests
1313
before_script:
14-
- mongo test_db --eval 'db.addUser("flask", "pymongo");'
14+
- mongo test_db --eval 'db.createUser({user:"flask", pwd:"pymongo", roles:["readWrite"]})

0 commit comments

Comments
 (0)