Skip to content

Commit

Permalink
Merge pull request #39 from ymyzk/nightly
Browse files Browse the repository at this point in the history
Add nightly to test martix
  • Loading branch information
ymyzk authored Jan 1, 2017
2 parents c0ea9ce + c8b844b commit 52f1c50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ python:
- 3.4
- 3.5
- 3.6
- nightly
- pypy
# - pypy3.3-5.5-alpha
sudo: false
matrix:
allow_failures:
- python: nightly
install:
- pip install -U pip setuptools wheel
- pip install 'tox>=2.0,<3.0' 'tox-travis>=0.7,<1.0'
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tox]
envlist = py27, py33, py34, py35, pypy, pypy3, coverage, docs, flake8, mypy
envlist = py27, py33, py34, py35, py36, py37, pypy, pypy3, coverage, docs, flake8, mypy

[tox:travis]
2.7 = py27
3.3 = py33
3.4 = py34
3.5 = py35
3.6 = py36, coverage, docs, flake8, mypy
nightly = py37
pypy = pypy
pypy3.3-5.5-alpha = pypy3

Expand Down

0 comments on commit 52f1c50

Please sign in to comment.