Skip to content

Commit

Permalink
Try fix TravisCI test runs after deleting bootstrap.py (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 6, 2020
1 parent 80f2bb9 commit e202f3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,13 +1,12 @@
# custom
language: python
python:
- 2.7
- 3.6
- 3.7
- 3.8
install:
- python bootstrap.py
- bin/buildout
- pip install zc.buildout
- buildout
script:
- bin/test -v1
notifications:
Expand Down

0 comments on commit e202f3c

Please sign in to comment.