Skip to content

Commit

Permalink
GUI-2890: Pin moto version to avoid unit test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalgill committed May 19, 2017
1 parent dbc9f2a commit c647852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ install:
- sudo apt-get -y install openssl python-dev swig
- sudo apt-get -y install libxml2-dev libxslt-dev
- python setup.py develop
- pip install Babel lingua pylibmc moto
- pip install Babel lingua pylibmc
- pip install moto==0.4.31
- sudo apt-get -y install nodejs
- npm install
# command to run tests, e.g. python setup.py test
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def finalize_options(self):
]

dev_extras = [
'moto',
'moto == 0.4.31',
'pylibmc',
'pyramid_debugtoolbar',
'waitress',
Expand Down

0 comments on commit c647852

Please sign in to comment.