aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2017-03-29 00:03:25 +0200
committerGitHub <noreply@github.com>2017-03-29 00:03:25 +0200
commit1b94f6738a1cfc117e2af78afdafdfeff84aecd0 (patch)
tree2d11831527231ee06eb6b4b3be168d6fdba203aa /.travis.yml
parentacbe2c10d8fb86ef04af60fc257ce4d51ffee45c (diff)
parentaaf9f9f23754dd97af0dc9daa5215d42f8017d68 (diff)
downloadihatemoney-mirror-1b94f6738a1cfc117e2af78afdafdfeff84aecd0.zip
ihatemoney-mirror-1b94f6738a1cfc117e2af78afdafdfeff84aecd0.tar.gz
ihatemoney-mirror-1b94f6738a1cfc117e2af78afdafdfeff84aecd0.tar.bz2
Merge pull request #186 from spiral-project/tox
Tox support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 8ab4eba..8536228 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
language: python
-python:
- - "2.7"
- - "3.5"
-# command to install dependencies
-install: "pip install -r budget/requirements.txt"
-# command to run tests
-script: cd budget && python tests.py
+script: tox
+install:
+ - pip install tox
+env:
+ - TOXENV=py27
+ - TOXENV=py35
+ - TOXENV=docs