diff --git a/.travis.yml b/.travis.yml index d985986..c611949 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python python: - - 2.7 - - 3.7 + - "2.7" + - "3.7" +cache: pip +install: "pip install -r requirements.txt" script: python TestSummoner.py