Skip to content

Commit df8d254

Browse files
author
Ric Harvey
committed
move requiremtns under .travis directory
1 parent 75b8650 commit df8d254

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
- docker run -d -p 127.0.0.1:80:80 --name nginx-php-fpm php
1111

1212
before_script:
13-
- pip install -r requirements.txt
13+
- pip install -r .travis/requirements.txt
1414

1515
script:
1616
- docker ps
File renamed without changes.

0 commit comments

Comments
 (0)