Skip to content

Commit

Permalink
Change travis.yml to support python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zensoup committed Dec 21, 2018
1 parent be4fe7f commit 93d8d08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: python
python:
- "3.6"
- "3.7"
sudo: required
dist: xenial
install:
- pip install -r requirements-dev.txt
script:
Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ FHIRBUG
.. image:: https://img.shields.io/badge/python-3.6%20%7C%203.7-blue.svg
:alt: Python Versions

.. image:: https://travis-ci.org/zensoup/fhirbug.svg?branch=master
:target: https://travis-ci.org/zensoup/fhirbug

Fhirbug intends to be a full-featured `FHIR`_ server for python >= **3.6**. It has been
designed to be easy to set up and configure and be flexible when it comes to
the rest of tools it is combined with, like web frameworks and database interfaces.
Expand Down

0 comments on commit 93d8d08

Please sign in to comment.