Skip to content

Commit 9dfa5fb

Browse files
committed
updates travis config
1 parent 84d61ff commit 9dfa5fb

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
@@ -9,7 +9,7 @@ python:
99
- "pypy"
1010

1111
install:
12-
- pip install -e
12+
- pip install .
1313
- pip install pytest --use-mirrors
1414
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install 'django<1.5'; fi
1515
- if [[ $TRAVIS_PYTHON_VERSION != '2.6' ]]; then travis_retry pip install 'django>=1.6'; fi

0 commit comments

Comments
 (0)