Skip to content

Commit

Permalink
Update test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Oct 10, 2017
1 parent a8d2a59 commit f57ba88
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
language: python

matrix:
include:
- python: "3.6"
env: TOXENV=lint
env: TOXENV=py36

- python: "3.5"
env: TOXENV=py35

- python: "3.4"
env: TOXENV=py34

- python: "2.7"
env: TOXENV=py27
env: TOXENV=el7

- python: "2.6"
env: TOXENV=py26
env: TOXENV=el6

- python: pypy
env: TOXENV=pypy

- python: pypy3
env: TOXENV=pypy3

install:
- pip install tox

script:
- tox
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tox]
envlist = lint,coverage,py35,py26,py27,el6,el7,pypy,pypy3
envlist = lint,coverage,py34,py35,py26,py27,el6,el7,pypy,pypy3

[base]
deps =
blessings
blessed

[testenv]
usedevelop=True
Expand Down

0 comments on commit f57ba88

Please sign in to comment.