diff --git a/.travis.yml b/.travis.yml index 24202af..de33df7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +os: linux language: python python: - "2.7" @@ -13,4 +14,3 @@ before_script: pokedex setup -v script: - py.test - pokedex dump -l all -sudo: false