Rename test phases in Travis build matrix

This commit is contained in:
Bruno Alla 2019-03-25 19:04:47 +00:00
parent b91c70d755
commit ec79f1f676

View File

@ -13,9 +13,9 @@ before_install:
matrix: matrix:
include: include:
- name: Test - name: Tox Test
script: tox -e py36 script: tox -e py36
- name: Black - name: Black template
script: tox -e black script: tox -e black
- name: Basic Docker - name: Basic Docker
script: sh tests/test_docker.sh script: sh tests/test_docker.sh