aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2017-10-23 22:58:04 +0200
committerGitHub <noreply@github.com>2017-10-23 22:58:04 +0200
commit74e9af59e6401ea0f83e850019c6f461c63bac31 (patch)
tree361ea2fffe77c37b56a43a17569c895205eb5e36 /tox.ini
parente3285bef364a675f97b9e4f08c47a45405399561 (diff)
downloadihatemoney-mirror-74e9af59e6401ea0f83e850019c6f461c63bac31.zip
ihatemoney-mirror-74e9af59e6401ea0f83e850019c6f461c63bac31.tar.gz
ihatemoney-mirror-74e9af59e6401ea0f83e850019c6f461c63bac31.tar.bz2
Fix Travis-CI integration (#276)
Use tox-travis to solve the current issues with Travis-CI
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e7af9cc..ddef0a1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,3 +26,10 @@ deps =
[flake8]
exclude = migrations
max_line_length = 100
+
+[travis]
+python =
+ 2.7: py27
+ 3.4: py34
+ 3.5: py35
+ 3.6: py36, docs, lint