Skip to content

Commit 0e6ffc4

Browse files
committed
Change travis config: using project.txt req file
1 parent 79f7d8e commit 0e6ffc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python:
33
- "2.7"
44

55
install:
6-
- pip install -r requirements/optional.txt
6+
- pip install -r requirements/project.txt
77
- pip install coveralls
88

99
script:

requirements/project.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
-r base.txt
1+
-r optional.txt
22
Django>=1.4

0 commit comments

Comments
 (0)