diff --git a/.travis.yml b/.travis.yml index eaaff197..fa525e01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,5 @@ install: - pip install -r requirements.txt script: - # run tasks marked as 'build_stage' first (ensure docker images are built) - # run the remaining tasks in the test suite + # tox.ini handles setup, ordering of docker build first, and then run tests - tox