Test travis docker
This commit is contained in:
@ -5,11 +5,17 @@ python:
|
|||||||
- 2.7
|
- 2.7
|
||||||
env:
|
env:
|
||||||
- TEST_PATH=tests/data
|
- TEST_PATH=tests/data
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
# - 3.6
|
# - 3.6
|
||||||
#matrix:
|
#matrix:
|
||||||
# allow_failures:
|
# allow_failures:
|
||||||
# - python: 3.6 - Commenting out testing for Python 3.6 until ready
|
# - python: 3.6 - Commenting out testing for Python 3.6 until ready
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- docker build -t vulnwhisperer-local
|
||||||
|
- docker-compose -f docker-compose-test.yml up
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install flake8 # pytest # add another testing frameworks later
|
- pip install flake8 # pytest # add another testing frameworks later
|
||||||
|
Reference in New Issue
Block a user