Travis CI: Run tests on python2.7 and python3.5

This commit is contained in:
0livd 2017-03-12 23:15:03 +01:00
parent 59a050e020
commit 2f2388b5b4

View file

@ -1,6 +1,7 @@
language: python
python:
- "2.7"
- "3.5"
# command to install dependencies
install: "pip install -r budget/requirements.txt"
# command to run tests