diff --git a/.travis.yml b/.travis.yml
index 94f2b51b8316209ffddee87a21e3290fe9acd3a3..d7fc1bfde1f286dc7c1eba1a910131f9e5066d7b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ install:
  - pip install -r requirements.txt
  - pip install --force-reinstall "coverage>=4.0,<4.4" codeclimate-test-reporter
 script:
- - python setup.py tests
+ - python setup.py test
  - python setup.py sdist bdist bdist_wheel
 after_success:
  - codeclimate-test-reporter