Skip to content

Commit

Permalink
Add docker service with pip/rpm/deb container possibilities
Browse files Browse the repository at this point in the history
We will do three parallel runs for each of these.
  • Loading branch information
pevogam committed Mar 23, 2018
1 parent 50c31ce commit 0720d5f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
language: python
python:
- "2.7"
matrix:
include:
- env: INSTALL_VARIANT=pip
- env: INSTALL_VARIANT=rpm
- env: INSTALL_VARIANT=deb

services:
- docker

addons:
apt:
Expand Down

0 comments on commit 0720d5f

Please sign in to comment.