Revision bac27de72e3c424da151a789e1f034163c45730e authored by Daniel Himmelstein on 08 August 2017, 18:47:37 UTC, committed by GitHub on 08 August 2017, 18:47:37 UTC
Always set the URL for a DOI using the DOI.

Fixes https://travis-ci.org/greenelab/manubot/builds/262063044#L1509-L1520
1 parent 507fc21
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