Revision 555a420d28a7c7c409eaebf3772bde49ce8b21eb authored by Daniel Himmelstein on 13 July 2017, 19:39:24 UTC, committed by Daniel Himmelstein on 13 July 2017, 19:39:24 UTC
1 parent b0da176
Raw File
.travis.yml
dist: trusty
sudo: false
language: python
python:
  - "3.6"
addons:
  apt_packages:
    - pandoc
install:
  - python setup.py install
  - python setup.py sdist bdist_wheel
script: py.test
back to top