move requiremtns under .travis directory

This commit is contained in:
Ric Harvey
2017-02-17 09:50:15 +00:00
parent 75b8650c4c
commit df8d254fcd
2 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ install:
- docker run -d -p 127.0.0.1:80:80 --name nginx-php-fpm php - docker run -d -p 127.0.0.1:80:80 --name nginx-php-fpm php
before_script: before_script:
- pip install -r requirements.txt - pip install -r .travis/requirements.txt
script: script:
- docker ps - docker ps