-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
45 lines (45 loc) · 1.54 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
language: python
python:
- '2.7'
branches:
only:
- master
- develop
- viyatb/break
dist:
- trusty
sudo:
- required
before_install:
- sudo apt-get purge python-openssl
- sudo apt-get install libffi-dev
- sudo pip install pyopenssl
install:
- echo '\n\n' | python setup.py install
before_script:
- pip install mock pyHamcrest
- cp -f ./tests/profiles/plugin_web/groups.cfg ~/.owtf/conf/profiles/plugin_web/groups.cfg
- cp -f ./tests/profiles/plugin_net/groups.cfg ~/.owtf/conf/profiles/plugin_net/groups.cfg
- cp -f ./tests/profiles/plugin_aux/groups.cfg ~/.owtf/conf/profiles/plugin_aux/groups.cfg
- git config --global user.email "[email protected]"
- git config --global user.name "Tasty Test"
- "./tests/patch/skipfish.sh"
script:
- python -m unittest tests.tests_functional.cli.test_empty_run
- python -m unittest tests.tests_functional.cli.test_except
- python -m unittest tests.tests_functional.cli.test_list_plugins
- python -m unittest tests.tests_functional.cli.test_nowebui
- python -m unittest tests.tests_functional.cli.test_only
- python -m unittest tests.tests_functional.cli.test_scope
- python -m unittest tests.tests_functional.cli.test_type
- python -m unittest tests.tests_functional.plugins.web
notifications:
email: false
irc:
channels:
- irc.freenode.net#owtf
on_success: change
on_failure: always
use_notice: true
slack:
secure: okaGyJfCrXFExrF9j71HPQQQXyU5ZMKvteRjBC1Tnx7EpjtAtTm4f0f08PY/EtqSpkQpWDqcXea/0OkQIsks5slaa+vZHxEoW13bzqHQRBikE0nsgQVmV3g1U06gBilE9cqY+8D3fJcAEIZDHIeguf1B0vNzFL14s3nFgn4QVjg=