Skip to content

Commit

Permalink
Use tox-travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Suor committed Feb 14, 2017
1 parent f79e32a commit 0cda063
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
23 changes: 10 additions & 13 deletions .travis.yml
@@ -1,20 +1,17 @@
language: python
python: 2.7
sudo: false
cache: pip
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36
- TOXENV=pypy
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
# Don't test this until fixed by travis
# - TOXENV=pypy3
- TOXENV=docs
- TOXENV=lint
# "pypy3"
install:
- pip install tox
- pip install tox-travis
script:
- tox
6 changes: 5 additions & 1 deletion tox.ini
@@ -1,5 +1,9 @@
[tox]
envlist = py26, py27, py33, py34, py35, py36, pypy, pypy3, docs, flakes
envlist = py26, py27, py33, py34, py35, py36, pypy, pypy3, docs, lint

[travis]
python =
2.7: py27, docs, lint

[testenv]
deps =
Expand Down

0 comments on commit 0cda063

Please sign in to comment.