diff --git a/.travis.yml b/.travis.yml index f26b9f40..417c7dd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: python - python: - - "3.6" - script: - - python -m pytest +python: + - "3.6" +script: + - python -m pytest