From 58387b96cb2b4a417c84e729f0084be68fad731e Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 9 May 2018 14:05:58 +0200 Subject: switch to pytest --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b45330f..56daada 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,5 +32,5 @@ install: script: - python setup.py develop - flake8 examples/ ot/ test/ - - python -m py.test -v test/ + - python -m pytest -v test/ # - py.test ot test -- cgit v1.2.3