diff --git a/.travis.yml b/.travis.yml index fe55b138..c37cabc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ language: python install: - - pip install git+https://github.com/Psycojoker/baron.git - - pip install pytest + - pip install -r requirements.txt - find . -name '*.pyc' -delete - python setup.py install python: - - "2.6" - "2.7" - "3.4" - "3.5" diff --git a/requirements.txt b/requirements.txt index ec62a101..cf4c68fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ baron -pytest +pytest<4 +more-itertools<8 pygments