summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index d31fea0..8e90fab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,3 @@
-language: python
-cache: pip
-
env:
- DOCKER_COMPOSE_VERSION=1.26.2
@@ -13,11 +10,8 @@ before_install:
services:
- docker
-install:
- - pip install codecov
-
script:
- make test
after_success:
- - codecov
+ - docker-compose run test codecov