Skip to content

Commit

Permalink
Merge pull request #232 from biolink/Issue227
Browse files Browse the repository at this point in the history
Fix issue #225
  • Loading branch information
hsolbrig authored Jun 27, 2019
2 parents 500e17c + 68b838d commit e92f1ad
Show file tree
Hide file tree
Showing 561 changed files with 8,957 additions and 5,413 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dist: trusty
dist: xenial
sudo: false

language: python
python:
- "3.6"
- "3.7"

env:
- COLUMNS=80
Expand All @@ -14,5 +14,5 @@ install:

# command to run tests
script:
- PYTHONPATH=. make test
- PYTHONPATH=. make tests

2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
biolinkml = ">=1.3.7"
biolinkml = ">=1.3.8"

[dev-packages]

Expand Down
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e92f1ad

Please sign in to comment.