We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b041950 commit 6b17620Copy full SHA for 6b17620
.travis.yml
@@ -8,6 +8,5 @@ install:
8
- pip install -r requirements.txt
9
10
script:
11
- # run tasks marked as 'build_stage' first (ensure docker images are built)
12
- # run the remaining tasks in the test suite
+ # tox.ini handles setup, ordering of docker build first, and then run tests
13
- tox
0 commit comments