Skip to content

Commit

Permalink
fixed travis and coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 19, 2018
1 parent 8b72326 commit c828d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ before_install:
install:
- pip install "pkginfo<1.3"
- pip install -r requirements.txt
- pip install coveralls
- pip install "pycparser<2.19" coveralls
- pip install twine
script: if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]]; then coverage run --source=rancher setup.py test; else python setup.py test; fi
after_success: if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]]; then coveralls; fi
Expand Down

0 comments on commit c828d0a

Please sign in to comment.