We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efb003 commit df505caCopy full SHA for df505ca
.travis.yml
@@ -9,7 +9,7 @@ install:
9
- pip install -q Django==$DJANGO --use-mirrors
10
- pip install pep8 --use-mirrors
11
- pip install https://github.com/dcramer/pyflakes/tarball/master
12
- - pip install -q -e . --use-mirrors
+ - python setup.py install
13
- pip install south mysql-python psycopg2
14
before_script:
15
- "pep8 --ignore=E124,E128 --exclude=tests,migrations cities_light"
0 commit comments