diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-06 10:46:12 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-06 10:46:12 -0500 |
commit | 3e99a57dcc3f2f0d9cc3f7f40077039bfd7a45a4 (patch) | |
tree | a488c12d1d436bfee811ec43929ce65d2db27ebd | |
parent | d263e40875b2d7bea9659df905dc3bb94a42a30e (diff) | |
download | external_python_setuptools-3e99a57dcc3f2f0d9cc3f7f40077039bfd7a45a4.tar.gz external_python_setuptools-3e99a57dcc3f2f0d9cc3f7f40077039bfd7a45a4.tar.bz2 external_python_setuptools-3e99a57dcc3f2f0d9cc3f7f40077039bfd7a45a4.zip |
Forget --user
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 90b715d8..bf0aeba6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ python: # command to run tests script: - python setup.py test - - python ez_setup.py --version 3.0.2 --user + - python ez_setup.py --version 3.0.2 |