@@ -6,9 +6,9 @@ python:
- 3.5
install:
- - pip install tox
+ - pip install -e .[test]
script:
- - tox -e py
+ - python setup.py test
sudo: false
@@ -1,11 +0,0 @@
-[tox]
-envlist = py33, py34, py35
-
-[testenv]
-deps =
- flake8
- pytest
-commands =
- py.test