mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-26 23:22:33 +01:00
#N/A: Run coveralls only on full test run (python 3.6 with linux)
This commit is contained in:
@@ -47,4 +47,4 @@ script:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 && $TRAVIS_OS_NAME != "osx" ]]; then $RUN_TESTS --enable-functional; fi
|
||||
- if [[ $TRAVIS_PYTHON_VERSION != 3.6 || $TRAVIS_OS_NAME == "osx" ]]; then $RUN_TESTS; fi
|
||||
after_success:
|
||||
- coveralls
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 && $TRAVIS_OS_NAME != "osx" ]]; then coveralls; fi
|
||||
|
Reference in New Issue
Block a user