Skip to content

Commit df505ca

Browse files
committed
Can't install with -e using 2to3 on travis
1 parent 0efb003 commit df505ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
- pip install -q Django==$DJANGO --use-mirrors
1010
- pip install pep8 --use-mirrors
1111
- pip install https://github.com/dcramer/pyflakes/tarball/master
12-
- pip install -q -e . --use-mirrors
12+
- python setup.py install
1313
- pip install south mysql-python psycopg2
1414
before_script:
1515
- "pep8 --ignore=E124,E128 --exclude=tests,migrations cities_light"

0 commit comments

Comments
 (0)