From 98a152f131c41687c525bd60cbf34fdb5068e7b6 Mon Sep 17 00:00:00 2001
From: d-soni
Date: Mon, 19 Jun 2017 00:45:08 -0700
Subject: [PATCH] change pytest to py.test
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index d0bdb2a..a582f54 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,4 +2,4 @@ language: python
install:
- pip install numpy
- pip install .
-script: pytest -s
\ No newline at end of file
+script: py.test -s
\ No newline at end of file