We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytest
nosetest
1 parent d77678f commit 87b9d96Copy full SHA for 87b9d96
.travis.yml
@@ -5,4 +5,4 @@ python:
5
- "3.4"
6
- "3.5"
7
install: "pip install ."
8
-script: nosetests
+script: "python phabricator/tests.py"
setup.py
@@ -4,7 +4,7 @@
4
from setuptools import setup, find_packages
-tests_requires = ['pytest']
+tests_requires = []
9
if sys.version_info[:2] < (2, 7):
10
tests_requires.append('unittest2')
0 commit comments