We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa96eba commit 133640aCopy full SHA for 133640a
.travis.yml
@@ -11,4 +11,4 @@ services: mongodb
11
install: pip install -r test-requirements.txt -e .
12
script: py.test --tb=native tests
13
before_script:
14
- - mongo test_db --eval 'db.createUser({user:"flask", pwd:"pymongo", roles:["readWrite"]})
+ - mongo test_db --eval 'db.createUser({user:"flask", pwd:"pymongo", roles:["readWrite"]})'
0 commit comments