codingo / VHostScan

A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated test case (requirements) is failing

codingo opened this issue · comments

#57 introduced automated test cases but one of these appears to be failing. Despite the correct Python version appearing to be used the numpy install is complaining about it:

$ python --version
Python 3.2.6
$ pip --version
pip 7.1.2 from /home/travis/virtualenv/python3.2.6/lib/python3.2/site-packages (python 3.2)
3.24s$ pip install -r ./requirements.txt
Collecting dnspython==1.15.0 (from -r ./requirements.txt (line 1))
Downloading dnspython-1.15.0-py2.py3-none-any.whl (177kB)
100% |████████████████████████████████| 180kB 1.8MB/s
Collecting fuzzywuzzy==0.15.1 (from -r ./requirements.txt (line 2))
Downloading fuzzywuzzy-0.15.1-py2.py3-none-any.whl
Collecting numpy==1.12.0 (from -r ./requirements.txt (line 3))
Downloading numpy-1.12.0.zip (4.8MB)
100% |████████████████████████████████| 4.8MB 101kB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 20, in
File "/tmp/pip-build-qtb0e3/numpy/setup.py", line 34, in
raise RuntimeError("Python version 2.7 or >= 3.4 required.")
RuntimeError: Python version 2.7 or >= 3.4 required.

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-qtb0e3/numpy

@codingo I have fixed travis build issue.Can you check my pull request

Looks good. Since there's another ticket to wire in the other tests I'll close this issue off.