diff --git a/.travis.yml b/.travis.yml index a97d33b2b92f15a19491f7e8c264fc90317860d8..61599d109fac5df64fb0d691c53a2b2a29a7387e 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