view .travis.yml @ 491:68b3cee3c805

cm: Use `twine` to deploy Wikked to Pypi.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 07 Nov 2018 23:18:53 -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