diff --git a/.travis.yml b/.travis.yml index 7302c28..39ad2df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ langauge: python python: - - "3.6" + - "3.6" script: - - "python setup.py test" + - "python3 setup.py test"