~facundo/magicicada-server/incorporate-venv-client

84.2.1 by Natalia
- Move server to be run from a virtualenv, and move most python dependencies to be installed and used from the venv.
1
sudo: required
2
dist: trusty
3
language: bash
45.1.1 by Natalia
Trying to fix test run in Travis.
4
5
services:
84.2.1 by Natalia
- Move server to be run from a virtualenv, and move most python dependencies to be installed and used from the venv.
6
    - docker
45.1.1 by Natalia
Trying to fix test run in Travis.
7
18.1.1 by Natalia
Added travis.yml to the tree.
8
before_install:
84.2.1 by Natalia
- Move server to be run from a virtualenv, and move most python dependencies to be installed and used from the venv.
9
    - docker pull ubuntu:16.04
84.2.8 by Natalia
One extra iteration of cleaning:
10
    - docker build -t magicicada-test-run .
18.1.1 by Natalia
Added travis.yml to the tree.
11
12
script:
84.2.8 by Natalia
One extra iteration of cleaning:
13
    - docker run magicicada-test-run make test SOURCEDEPS_DIR=sourcedeps