-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.travis.yml
33 lines (31 loc) · 1.01 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
language: python
python:
- "2.7"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++-4.9-dev
# command to install dependencies
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -q python-numpy python-scipy python-sklearn libstdc++6
install : "sudo pip install -U -r requirements.txt"
# run tests
script :
- nosetests asla/binary/ml_tools/tests/test_predict_service.py
- nosetests asla/binary/ml_tools/tests/test_training_service.py
- nosetests asla/server/binary_server_backend/tests/test_ASLAController.py
- nosetests asla/server/binary_server_backend/tests/test_model_generator.py
- nosetests asla/server/flask_website/tests/test_binary_helper.py
- nosetests asla/server/flask_website/tests/test_FlaskWebsiteBackend.py
- nosetests asla/server/flask_website/tests/test_user_admin_service.py
#notiifications management
notifications:
email: false
slack:
on_success: always
rooms:
- ooseproject:Dhzkc5DvJVLHk7Y4azaEpKly#mr_travis