Skip to content

Commit b8101e9

Browse files
author
Jesús Espino
committed
Changing the installation order on travis file
1 parent 6c6f8c5 commit b8101e9

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
@@ -3,9 +3,9 @@ python:
33
- "2.6"
44
- "2.7"
55
install:
6-
- pip install -e . --use-mirrors
76
- pip install django --use-mirrors
87
- pip install python-magic --use-mirrors
8+
- pip install -e . --use-mirrors
99
- pip install coveralls --use-mirrors
1010
script:
1111
- coverage run --source=validatedfile runtests.py

0 commit comments

Comments
 (0)