Skip to content

Commit 84d61ff

Browse files
committed
fixes travis config
1 parent 749c01c commit 84d61ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
wlanguage: python
1+
language: python
22

33
python:
44
- "2.6"
@@ -9,8 +9,8 @@ python:
99
- "pypy"
1010

1111
install:
12-
- "pip install -e ."
13-
- "pip install pytest --use-mirrors"
12+
- pip install -e
13+
- 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
1616

0 commit comments

Comments
 (0)