diff --git a/.travis.yml b/.travis.yml index a115051..6545530 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,5 @@ langauge: python python: - "3.7" script: - - "python setup.py test" + - "python3 setup.py test"