Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
update distribute old-school
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Oct 5, 2017
1 parent 6db05fe commit c7f8028
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ services: mongodb
# command to install dependencies
install:
- pip install --upgrade pip
- pip install --upgrade setuptools
- easy_install distribute
- pip install --upgrade distribute
- pip install --upgrade setuptools
- pip install -q -r requirements_for_tests.txt
# command to run tests
env:
Expand Down

0 comments on commit c7f8028

Please sign in to comment.