File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ python:
88 - ' 3.5'
99 - pypy
1010 - pypy3
11+
1112env :
1213 - MONGOENGINE=0.7
1314 - MONGOENGINE=0.8
1415 - MONGOENGINE=0.9
1516 - MONGOENGINE=0.10.0
1617 - MONGOENGINE=dev
18+
1719before_install :
1820- travis_retry sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
1921- echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' |
@@ -24,8 +26,12 @@ before_install:
2426- travis_retry sudo apt-get install mongodb-org-server
2527
2628install :
29+ - travis_retry pip install --upgrade pip
30+ - travis_retry pip install --upgrade nose
31+ - travis_retry pip install --upgrade setuptools
2732- travis_retry pip install tox>=1.9
2833- travis_retry tox -e $(echo py$TRAVIS_PYTHON_VERSION-me$MONGOENGINE | tr -d . | sed -e 's/pypypy/pypy/') -- -e test
34+
2935script :
3036- tox -e $(echo py$TRAVIS_PYTHON_VERSION-me$MONGOENGINE | tr -d . | sed -e 's/pypypy/pypy/') -- --with-coverage
3137
You can’t perform that action at this time.
0 commit comments