Clean up .travis.yml

This commit is contained in:
Nikita P. Shupeyko 2018-06-05 12:17:47 +03:00
parent 5b5ad0e4fc
commit f25492d74f

View File

@ -1,5 +1,3 @@
# Config file for automatic testing at travis-ci.org
sudo: required sudo: required
services: services:
@ -10,18 +8,18 @@ language: python
python: 3.6 python: 3.6
env: env:
- TOX_ENV=py36 - TOX_ENV=py36
before_install: before_install:
- docker-compose -v - docker-compose -v
- docker -v - docker -v
script: script:
- tox -e $TOX_ENV - tox -e $TOX_ENV
- sh tests/test_docker.sh - sh tests/test_docker.sh
install: install:
- pip install tox - pip install tox
notifications: notifications:
email: email: