diff --git a/.travis.yml b/.travis.yml index c3e5ca2..0f5c725 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,6 @@ python: - "nightly" # currently points to 3.7-dev # command to install dependencies install: "pip install -r requirements.txt" +install: "pip install nose" # command to run tests -script: pytest +script: nosetests