Commit 2b5add41 authored by Denis Bilenko's avatar Denis Bilenko

include GEVENTARES_SERVERS config in travis

parent e23e2512
...@@ -13,6 +13,7 @@ env: ...@@ -13,6 +13,7 @@ env:
- GEVENT_BACKEND=nosigmask - GEVENT_BACKEND=nosigmask
- GEVENT_RESOLVER=ares GEVENT_BACKEND=signalfd - GEVENT_RESOLVER=ares GEVENT_BACKEND=signalfd
- GEVENT_RESOLVER=ares GEVENT_FILE=thread - GEVENT_RESOLVER=ares GEVENT_FILE=thread
- NWORKERS=1 TESTS="*dns*.py" GEVENT_RESOLVER=ares GEVENTARES_SERVERS=8.8.8.8
install: install:
- deactivate - deactivate
- export VER=$TRAVIS_PYTHON_VERSION - export VER=$TRAVIS_PYTHON_VERSION
...@@ -35,7 +36,7 @@ install: ...@@ -35,7 +36,7 @@ install:
- sudo $PYTHON setup.py install - sudo $PYTHON setup.py install
script: script:
- "echo `date`: Started testing" - "echo `date`: Started testing"
- cd greentest && $PYTHON testrunner.py - cd greentest && $PYTHON testrunner.py $TESTS
- "echo `date`: Finished testing" - "echo `date`: Finished testing"
notifications: notifications:
email: email:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment