Skip to content

Commit

Permalink
This should fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
XayOn committed Jun 30, 2019
1 parent ae87377 commit 9c86b53
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
language: python
python:
- '3.5'
sudo: required
dist: xenial
python: "3.7"

cache:
pip: true
directories:
- "$HOME/.cache/pypoetry"

install:
- pip install coveralls
- pip install tox
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- source $HOME/.poetry/env
- pip install tox
- pip install coveralls

script: tox

after_success:
- coveralls

0 comments on commit 9c86b53

Please sign in to comment.