Skip to content

Commit 37af2a6

Browse files
committed
Back to regular install on Travis
1 parent 1fc7e05 commit 37af2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
- pip install six
1919
# Travis needs to update pip/setuptools
2020
- pip install --upgrade setuptools pip
21-
- pip install -e .
21+
- pip install .
2222
- |
2323
if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
2424
pip install doit==0.29.0

0 commit comments

Comments
 (0)