Browse Source

Rename requirements-travis.yml to use ending .txt

Peter Justin 7 years ago
parent
commit
83a7a1767e
2 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml
  2. 0 0
      requirements-travis.txt

+ 1 - 1
.travis.yml

@@ -7,7 +7,7 @@ python:
   - "3.6"
 # command to install dependencies
 install:
-  - "pip install -r requirements-travis.yml"
+  - "pip install -r requirements-travis.txt"
 script:
   - flaskbb translations compile
   - tox

+ 0 - 0
requirements-travis.yml → requirements-travis.txt