Skip to content

Commit ca268b2

Browse files
committed
Merge branch 'dev' of github.com:Parisson/TimeSide into dev
2 parents 1dabdf6 + cb7a9ad commit ca268b2

2 files changed

Lines changed: 21 additions & 13 deletions

File tree

.travis.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,32 @@
11
language: python
22
python:
33
- "2.7"
4+
5+
sudo: required
46

5-
virtualenv:
6-
system_site_packages: true
7+
services:
8+
- docker
79

810
env:
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+
env:
17+
DOCKER_COMPOSE_VERSION: 1.5.2
18+
19+
before_install:
20+
- docker-compose --version
21+
- sudo rm /usr/local/bin/docker-compose
22+
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
23+
- chmod +x docker-compose
24+
- sudo mv docker-compose /usr/local/bin
25+
- docker-compose --version
26+
1427

1528
# Install TimeSide
1629
install:
17-
- sudo apt-get install -y linux-image-virtual linux-image-extra-virtual
18-
- curl -sSL https://get.docker.com/ | sudo sh
19-
- sudo pip install docker-compose
20-
#- pip install --upgrade pip
21-
#- pip install -r requirements.txt
2230
- docker-compose -f docker-compose.yml -f conf/build.yml build
2331

2432

environment-pinned.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- h5py=2.5.0=np110py27_4
1111
- hdf5=1.8.15.1=2
1212
- ipykernel=4.2.2=py27_0
13-
- ipython=4.0.3=py27_0
13+
- ipython=4.1.1=py27_0
1414
- ipython_genutils=0.1.0=py27_0
1515
- ipywidgets=4.1.1=py27_0
1616
- jbig=2.1=0
@@ -29,13 +29,13 @@ dependencies:
2929
- markupsafe=0.23=py27_0
3030
- matplotlib=1.5.1=np110py27_0
3131
- mistune=0.7.1=py27_0
32+
- mkl=11.3.1=0
3233
- nbconvert=4.1.0=py27_0
3334
- nbformat=4.0.1=py27_0
3435
- networkx=1.11=py27_0
3536
- notebook=4.1.0=py27_0
36-
- numexpr=2.4.6=np110py27_0
37-
- numpy=1.10.2=py27_0
38-
- openblas=0.2.14=3
37+
- numexpr=2.4.6=np110py27_1
38+
- numpy=1.10.4=py27_0
3939
- openssl=1.0.2f=0
4040
- path.py=8.1.2=py27_1
4141
- pexpect=3.3=py27_0
@@ -58,7 +58,7 @@ dependencies:
5858
- qtconsole=4.1.1=py27_0
5959
- readline=6.2=2
6060
- redis=2.6.9=0
61-
- scipy=0.17.0=np110py27_0
61+
- scipy=0.17.0=np110py27_1
6262
- setuptools=19.6.2=py27_0
6363
- simplegeneric=0.8.1=py27_0
6464
- simplejson=3.8.1=py27_0
@@ -90,7 +90,7 @@ dependencies:
9090
- django-angular==0.7.15
9191
- django-bootstrap-pagination==1.5.1
9292
- django-bootstrap3==6.2.2
93-
- django-bower==5.0.4
93+
- django-bower==5.1.0
9494
- django-celery==3.1.17
9595
- django-environ==0.4.0
9696
- django-extensions==1.6.1

0 commit comments

Comments
 (0)