Skip to content

Commit

Permalink
Merge pull request #23 from unt-libraries/pyuntl_dependency
Browse files Browse the repository at this point in the history
Pyuntl dependency
  • Loading branch information
madhuBayy authored Aug 9, 2019
2 parents fb1ab7d + fa564ee commit e9ae8f8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,13 @@ Requirements
Installation
------------

This package is available on the Python Package Index (PyPI), and can be
installed with pip:
This package can be installed by following the steps below:
```console
$ pip install aubreylib
```
$ git clone https://github.com/unt-libraries/aubreylib.git

Alternatively, you can install the package directly from this GitHub
repository:
```console
$ pip install git+git://github.com/unt-libraries/aubreylib
$ cd aubreylib

$ pip install .
```

Testing
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion requirements/requirements.txt

This file was deleted.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
install_requires=[
'lxml>=3.3.3',
'pypairtree>=1.0.0',
'pyuntl @ git+https://github.com/unt-libraries/pyuntl@py3',
],

classifiers=[
Expand Down
11 changes: 5 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[flake8]
max-line-length = 99

[tox]
envlist = py36, py37, py37-flake8

[flake8]
max-line-length = 99

[testenv]
usedevelop=True
deps = -r{toxinidir}/requirements/requirements.txt
-r{toxinidir}/requirements/requirements-test.txt
deps = -rrequirements-test.txt
pip >= 18.0.1
commands = pytest

[testenv:py37-flake8]
Expand Down

0 comments on commit e9ae8f8

Please sign in to comment.