diff --git a/.travis.yml b/.travis.yml index f6a2e8c..795e02e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ services: # - python: 3.6 - Commenting out testing for Python 3.6 until ready before_install: - - docker build -t vulnwhisperer-local + - docker build -t vulnwhisperer-local . - docker-compose -f docker-compose-test.yml up install: - pip install -r requirements.txt