Skip to content

Commit 87b9d96

Browse files
author
Burak Yigit Kaya
committed
Remove unused pytest dependency and remove nosetest from Travis conf
1 parent d77678f commit 87b9d96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ python:
55
- "3.4"
66
- "3.5"
77
install: "pip install ."
8-
script: nosetests
8+
script: "python phabricator/tests.py"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools import setup, find_packages
66

7-
tests_requires = ['pytest']
7+
tests_requires = []
88

99
if sys.version_info[:2] < (2, 7):
1010
tests_requires.append('unittest2')

0 commit comments

Comments
 (0)