Revision 31e1f7b19a8fed9f5f8f213923a966f67fab44d1 authored by Daniel Himmelstein on 15 August 2017, 16:44:01 UTC, committed by GitHub on 15 August 2017, 16:44:01 UTC
1 parent 33e512d
Raw File
.travis.yml
dist: trusty
sudo: false
language: python
python:
  - "3.6"
cache:
  - pip
addons:
  apt_packages:
    - pandoc
install:
  - python setup.py install
  - python setup.py sdist bdist_wheel
script: py.test
back to top