diff --git a/.travis.yml b/.travis.yml index 8c4473b..f5fb541 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python -python: - - "3.7.0" +rvm: + - 3.7 cache: pip install: "pip install -r requirements.txt" script: python TestSummoner.py