#N/A Run functional tests in travis-ci

This commit is contained in:
nvbn
2015-07-24 23:24:14 +03:00
parent 9ab4491b96
commit 9e79c4aea3
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ import pexpect
import pytest
root = str(Path(__file__).parent.parent.parent.resolve())
docker = os.environ.get('DOCKER', 'docker').split(' ')
def build_container(tag, dockerfile):