Skip to content

Commit

Permalink
Fix Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvinus committed Aug 16, 2016
1 parent 0a23cd2 commit c2eed45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ before_install:

# TODO: coveralls?
script:
- docker run -e MONGOKAT_DISABLE_CBSON -i -t -v `pwd`:/app:rw -w /app pricingassistant/mongokat sh -c 'make start_mongod && $PYTHON_BIN -m pytest tests/ -v --junitxml=pytest-report.xml --cov mongokat --cov-report term'
- docker run -e PYTHON_BIN -e MONGOKAT_DISABLE_CBSON -i -t -v `pwd`:/app:rw -w /app pricingassistant/mongokat sh -c 'make start_mongod && $PYTHON_BIN -m pytest tests/ -v --junitxml=pytest-report.xml --cov mongokat --cov-report term'

0 comments on commit c2eed45

Please sign in to comment.