-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.travis.yml
35 lines (35 loc) · 869 Bytes
/
.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
#language: python
#python:
#- 3.9
#env:
# matrix:
# - DOCKER_CONTENT_TRUST=0
#services:
#- docker
#before_install:
#- sudo apt-get update
#- docker-compose --version
#- pip install requirements.txt
#- python test.py
#- pip install docker-compose --upgrade
#- docker-compose --version
#install:
#- docker-compose -f docker-compose-build.yml up -d --build
#- docker-compose -f docker-compose-build.yml logs
#- docker-compose -f docker-compose-build.yml ps
#before_script:
#- pip install requests
#- pip install docker
#- pip install pylint
#script:
#- bash ./.travis/linters.sh
#- python tests.py
##- pylint
#notifications:
# slack:
# rooms:
# - optimum-team:"$SLACK"#build
#after_success:
#- echo "$DOCKER_PASS" | docker login -u "$DOCKER_USER" --password-stdin
#- docker-compose -f docker-compose-build.yml images
#- docker push trydirect/status:$TRAVIS_BRANCH