diff --git a/.travis.yml b/.travis.yml index 5d90987..d731a17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ matrix: - name: '3.7' python: 3.7 script: tox -after_success: if [ "${TRAVIS_PYTHON_VERSION}" == "3.7" ]; then coveralls; fi; \ No newline at end of file +after_success: coveralls; \ No newline at end of file