Skip to content

Commit 1a124ef

Browse files
author
Saurabh Kumar
committed
Revert "Fix RST errors in README.rst and test for errors (theskumar#100)"
This reverts commit 07fffa1.
1 parent ab4e1a0 commit 1a124ef

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,12 @@ python:
88
- '3.6'
99
- pypy
1010
install:
11-
- pip install python-coveralls docutils
11+
- pip install python-coveralls
1212
- pip install -q -r requirements.txt
1313
- pip install --editable .
1414
script:
1515
- flake8 .
1616
- pytest -v --tb=native --cov
17-
- |
18-
if python -c 'import sys; sys.exit(0 if sys.version_info >= (3, 4) else 1)' ; then
19-
python setup.py check --metadata --restructuredtext --strict
20-
fi
2117
after_success:
2218
- coveralls
2319
deploy:

0 commit comments

Comments
 (0)