Skip to content

Commit

Permalink
remove easy_install
Browse files Browse the repository at this point in the history
  • Loading branch information
soukingang committed May 23, 2016
1 parent c2e6a2e commit b1111d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: python
python: python:
- "2.7" - "2.7"
# command to install dependencies # command to install dependencies
install: "easy_install -U setuptools"
install: "python setup.py install" install: "python setup.py install"
# command to run tests # command to run tests
script: make test script: make test

0 comments on commit b1111d8

Please sign in to comment.