Skip to content

Commit 4672ad2

Browse files
committed
2 parents 0cbbfc9 + 0182e69 commit 4672ad2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ python:
88
- '3.5'
99
- pypy
1010
- pypy3
11+
1112
env:
1213
- MONGOENGINE=0.7
1314
- MONGOENGINE=0.8
1415
- MONGOENGINE=0.9
1516
- MONGOENGINE=0.10.0
1617
- MONGOENGINE=dev
18+
1719
before_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

2628
install:
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+
2935
script:
3036
- tox -e $(echo py$TRAVIS_PYTHON_VERSION-me$MONGOENGINE | tr -d . | sed -e 's/pypypy/pypy/') -- --with-coverage
3137

0 commit comments

Comments
 (0)