Skip to content

Commit

Permalink
Tox on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kageurufu committed Feb 15, 2017
1 parent 28c989b commit 3b06ba8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
@@ -1,18 +1,9 @@
language: python
python:
- '2.6'
- '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.6'
- nightly

install:
- pip install 'pytest>=2.8' coveralls
- pip install 'pytest>=2.8' tox coveralls

script:
- python setup.py test
- tox

after_success:
- coveralls
Expand Down
8 changes: 7 additions & 1 deletion tox.ini
Expand Up @@ -4,7 +4,13 @@
# and then run "tox" from this directory.

[tox]
envlist = py27, py36
envlist =
py26
py27
py33
py34
py35
py36
skip_missing_interpreters = True
skipsdist = True

Expand Down

0 comments on commit 3b06ba8

Please sign in to comment.