diff --git a/.travis.yml b/.travis.yml index 41040d3..467005e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -# custom language: python python: - 2.7 @@ -6,8 +5,8 @@ python: - 3.7 - 3.8 install: - - python bootstrap.py - - bin/buildout + - pip install zc.buildout + - buildout script: - bin/test -v1 notifications: