mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-02 03:02:23 +02:00
Travis CI: Run tests on python2.7 and python3.5
This commit is contained in:
parent
59a050e020
commit
2f2388b5b4
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
- "3.5"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install: "pip install -r budget/requirements.txt"
|
install: "pip install -r budget/requirements.txt"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
|
|
Loading…
Reference in a new issue