diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2017-10-23 22:58:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-23 22:58:04 +0200 |
| commit | 74e9af59e6401ea0f83e850019c6f461c63bac31 (patch) | |
| tree | 361ea2fffe77c37b56a43a17569c895205eb5e36 /.travis.yml | |
| parent | e3285bef364a675f97b9e4f08c47a45405399561 (diff) | |
| download | ihatemoney-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 '.travis.yml')
| -rw-r--r-- | .travis.yml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index f02d7c1..cff15f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ language: python script: tox install: - - pip install tox -env: - - TOXENV=py27 - - TOXENV=py34 - - TOXENV=py35 - - TOXENV=py36 - - TOXENV=docs + - pip install tox-travis +python: + - "2.7" + - "3.4" + - "3.5" + - "3.6" |
