Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 935dc9a

Browse files
committed
Address issue with project metadata.
1 parent 27c925f commit 935dc9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ python:
55
- '3.5'
66
- '3.6'
77
install: pip install .
8-
script: nosetests
8+
script:
9+
- python setup.py check --strict --metadata --restructuredtext
10+
- nosetests
911
deploy:
1012
on:
1113
python: '3.6'

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ To install this extension, use the following command::
4545
pip install pyota[ccurl]
4646

4747

48-
.. _readme-installing-from-source:
49-
5048
Installing from Source
5149
======================
5250

@@ -70,7 +68,7 @@ Documentation
7068
=============
7169
PyOTA's documentation is available on `ReadTheDocs`_.
7270

73-
If you are :ref:`installing from source <readme-installing-from-source>`, you
71+
If you are installing from source (see above), you
7472
can also build the documentation locally:
7573

7674
#. Install extra dependencies (you only have to do this once)::

0 commit comments

Comments
 (0)