Browse Source

💚 Install flit and install package with flit

pull/1/head
Sebastián Ramírez 6 years ago
parent
commit
4e1ad6174a
  1. 3
      .travis.yml

3
.travis.yml

@ -7,7 +7,8 @@ python:
- "3.7-dev"
install:
- pipenv install
- pip install flit
- flit install
script:
- scripts/test

Loading…
Cancel
Save