File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22python :
33 - " 2.7"
4+
5+ sudo : required
46
5- virtualenv :
6- system_site_packages : true
7+ services :
8+ - docker
79
810env :
911 - TEST_TARGET=default # Default unit test
1012 - TEST_TARGET=cli # Test for TimeSide command line interfaces
1113 - TEST_TARGET=doc # Test documentation and included doctest
1214 - TEST_TARGET=server # Test timeside.server
1315
16+ before_install :
17+ - sudo docker --version
18+ - docker-compose --version
1419
1520# Install TimeSide
1621install :
17- - sudo apt-get install -y linux-image-virtual kernel linux-image-extra-virtual
18- - curl -sSL https://get.docker.com/ | sudo sh
22+ # - sudo apt-get install -y linux-image-virtual kernel linux-image-extra-virtual
23+ # - curl -sSL https://get.docker.com/ | sudo sh
1924 - sudo pip install docker-compose
25+ - docker-compose --version
2026 # - pip install --upgrade pip
2127 # - pip install -r requirements.txt
2228 - docker-compose -f docker-compose.yml -f conf/build.yml build
You can’t perform that action at this time.
0 commit comments