diff --git a/.travis.yml b/.travis.yml index f64c4e0..4f87aea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,9 @@ sudo: False language: python python: - - "3.5" - - "3.4" - "2.7" - "2.6" - "pypy" - - "pypy3" -install: - - pip install -r requirements-dev.txt - - python setup.py install -script: nosetests \ No newline at end of file +script: + - make lint + - make test \ No newline at end of file