Commit cf5165a0 authored by Spiros Koulouzis's avatar Spiros Koulouzis

test all

parent 31d40246
......@@ -10,13 +10,30 @@ matrix:
- pip install -r requirements.txt
script:
- python -m unittest discover
- language: python
python: 3.8
before_script:
- cd sure_tosca-flask-server
- pip install -r requirements.txt
- pip install -r test-requirements.txt
script:
- python -m unittest discover
- language: python
python: 3.8
before_script:
- cd deployer
- pip install -r requirements.txt
script:
- python -m unittest discover
- language: java
jdk: openjdk11
#before_script:
#- cd manager
script:
before_script:
- mvn -Dmaven.test.skip=true install
script:
- mvn test
#after_success:
#- docker login -u $DOCKER_USER -p $DOCKER_PASS
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment