diff --git a/.travis.yml b/.travis.yml index 721a02ffd..c5cb2b21e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: python python: - -3.6 + 3.6 install: - pip install requirements.txt + pip install -r requirements.txt script: python3 scripts/pretty.py python3 scripts/readme.py \ No newline at end of file