Skip to content

Commit fa71670

Browse files
arpitx165codingo
authored andcommitted
Fixing Travis Build Issue (#59)
* Updating travis.yml * Updating travis.yml * Updating travis * Updating travis * Updating Travis * Updating changes * Updating changes * Removing whitespace * Updating travis * Updating travis * Updating travis * Updating travis
1 parent aaa2449 commit fa71670

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: python
22
python:
3-
- 3.2
4-
- 3.3
53
- 3.4
64
- 3.5
75
- 3.6
86
install:
9-
- pip install -r ./requirements.txt
10-
- pip install pep8 --use-mirrors
7+
- pip --version
8+
- pip install -r requirements.txt
9+
- pip install pep8
1110
before_script:
12-
- pep8
11+
- pep8 --ignore=E501,W293,E202,E241,W291 *.py
1312
script:
1413
- pytest

VHostScan.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def main():
9696
scanner_args = vars(arguments)
9797
scanner_args.update({'target': arguments.target_hosts, 'wordlist': wordlist, 'user_agents': user_agents})
9898
scanner = virtual_host_scanner(**scanner_args)
99-
10099
scanner.scan()
101100
output = output_helper(scanner, arguments)
102101

0 commit comments

Comments
 (0)