Corrected test invocation
authorDaniel Roy Greenfeld <pydanny@gmail.com>
Sun, 8 Apr 2018 22:23:51 +0000 (17:23 -0500)
committerDaniel Roy Greenfeld <pydanny@gmail.com>
Sun, 8 Apr 2018 22:23:51 +0000 (17:23 -0500)
.travis.yml
tox.ini

index 41eb570c32f82c8289bb7568af460e47e14cf703..90bdb254b05e99e4bec8701724d9539e4b1bfe47 100644 (file)
@@ -14,4 +14,4 @@ python:
 install: pip install -r requirements.txt
 
 # command to run tests, e.g. python setup.py test
-script: py.test
+script: python setup.py test
diff --git a/tox.ini b/tox.ini
index 2d69b26e5e43caf1fc2e4f371e6df395e0907a2c..be4b74cc4e6746280ad981212e76e9ad88791859 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ envlist = py27, py33, py34, py35, py36
 [testenv]
 setenv =
     PYTHONPATH = {toxinidir}:{toxinidir}/cached-property
-commands = py.test
+commands = python setup.py test
 deps =
     pytest
     freezegun