view .travis.yml @ 492:eacacee352f7

core: Don't URL-encode endpoint separators (`:`). This makes endpoint URLs nicer looking.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 07 Nov 2018 23:19:43 -0800
parents e4a06565ecd5
children
line wrap: on
line source

sudo: false
language: python
python:
  - "3.4"
  - "3.5"
  - "3.6"
install:
  - "pip install -r requirements.txt"
  - "pip install -r dev-requirements.txt"
script: py.test