Skip to content

Commit

Permalink
Merge pull request #178 from Capitains/dts-citation
Browse files Browse the repository at this point in the history
Added support for DTS objects and reworked the fundamentals `MyCapytain.common.reference`
  • Loading branch information
PonteIneptique committed Sep 12, 2018
2 parents 625f88d + 7de4866 commit 2ea4c8b
Show file tree
Hide file tree
Showing 34 changed files with 1,222 additions and 716 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
python:
- "2.7"
- "3.4.5"
- "3.5"
- "3.6"

install:
- pip install -r requirements.txt
Expand All @@ -12,10 +12,6 @@ install:
script:
- coverage run --source=MyCapytain setup.py test

matrix:
allow_failures:
- python: "2.7"

after_success:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then coveralls; fi

Expand Down
5 changes: 3 additions & 2 deletions MyCapytain/common/reference/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
.. moduleauthor:: Thibault Clérice <leponteineptique@gmail.com>
"""
from ._base import NodeId
from ._capitains_cts import Citation, Reference, URN
from ._base import NodeId, BaseCitationSet, BaseReference, BaseReferenceSet
from ._capitains_cts import Citation, CtsReference, CtsReferenceSet, URN
from ._dts_1 import DtsCitation, DtsCitationSet
Loading

0 comments on commit 2ea4c8b

Please sign in to comment.