From 8dc7fa89c96256c1f116182ded3f0c249594b76d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sun, 19 Jan 2020 16:49:06 +0100 Subject: [PATCH] test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a97d33b..61599d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: - "pypy3.5" script: - python -m compile_definitions - - nose2 tests + - python setup.py test - python -m stress_tests install: - pip install -r requirements.txt -- GitLab