Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Babak Farrokhi 2016-05-04 09:22:28 +04:30
commit 380c357e5f
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
language: python language: python
python: "3.4" python: "3.4"
install: pip install --process-dependency-links dnsdiag install: pip install --process-dependency-links dnsdiag
script: nosetests script: nosetests dnstraceroute.py

View File

@ -41,6 +41,9 @@ __author__ = 'Babak Farrokhi (babak@farrokhi.net)'
__license__ = 'BSD' __license__ = 'BSD'
__version__ = 1.3 __version__ = 1.3
def test_import():
pass
# http://pythonhosted.org/cymruwhois/ # http://pythonhosted.org/cymruwhois/
try: try:
import cymruwhois import cymruwhois