Skip to content

Commit 133640a

Browse files
committed
fix typo in travis config
1 parent fa96eba commit 133640a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ 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.createUser({user:"flask", pwd:"pymongo", roles:["readWrite"]})
14+
- mongo test_db --eval 'db.createUser({user:"flask", pwd:"pymongo", roles:["readWrite"]})'

0 commit comments

Comments
 (0)