Merge pull request #188 from JocelynDelalande/travis-tox

Make travis use tox
This commit is contained in:
Alexis Metaireau 2017-03-28 20:23:50 +02:00 committed by GitHub
commit 9a1708ecf6

View file

@ -1,8 +1,8 @@
language: python language: python
python: script: tox
- "2.7" install:
- "3.5" - pip install tox
# command to install dependencies env:
install: "pip install -r requirements.txt" - TOXENV=py27
# command to run tests - TOXENV=py35
script: cd budget && python tests.py - TOXENV=docs