Skip to content

Commit c8a9573

Browse files
committed
Fix Travis dependency and clean up test module
1 parent 0f30134 commit c8a9573

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- "3.7"
3+
- "3.7.5"
44
# command to install dependencies
55
install:
66
- make deps

conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,3 @@ def repr_failure(self, excinfo, **kwargs):
5555

5656
def reportinfo(self):
5757
return self.fspath, 0, "usecase: {}".format(self.name)
58-
59-
60-
class ReadmeException(Exception):
61-
""" custom exception for error reporting. """

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
pytest
2-
RestrictedPython

0 commit comments

Comments
 (0)