Skip to content
Snippets Groups Projects
Unverified Commit dd78aedc authored by Claudiu Popa's avatar Claudiu Popa
Browse files

Install the most recent version of setuptools before installing tox and co

parent 33c0bca8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -27,7 +27,8 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y enchant
install:
- pip install tox==2.8.2 coverage coveralls
- pip install -U setuptools
- pip install tox coverage coveralls
- virtualenv --version
- easy_install --version
- pip --version
Loading
Loading
@@ -36,8 +37,6 @@ install:
script:
# Test install with current version of setuptools
- pip install .
# Run the tests with newest version of setuptools
- pip install -U setuptools
- tox -e coverage-erase,$TOXENV
after_success:
- tox -e coveralls
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment