Browse Source

👷 Set Travis to use dist=xenial and Python 3.7 instead of 3.7-dev (#92)

pull/128/head
Daniel Hahler 6 years ago
committed by Sebastián Ramírez
parent
commit
ae970638cf
  1. 4
      .travis.yml

4
.travis.yml

@ -1,10 +1,12 @@
dist: xenial
language: python
cache: pip
python:
- "3.6"
- "3.7-dev"
- "3.7"
install:
- pip install flit

Loading…
Cancel
Save