Skip to content

Commit

Permalink
fix: add then to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 15, 2021
1 parent 8c19efd commit 6f3d1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ before_install:
- pip install --upgrade pip setuptools
install:
- pip install -r requirements.txt
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; pip install coveralls; fi
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then pip install coveralls; fi
script: if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then coverage run --source=aliyun setup.py test; else python setup.py test; fi
after_success: if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then coveralls; fi
deploy:
Expand Down

0 comments on commit 6f3d1d1

Please sign in to comment.