Skip to content

Commit

Permalink
Make travis-ci happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Apr 26, 2017
1 parent 7138d16 commit 68fe290
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
22 changes: 12 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
language: python
sudo: false
python: 3.5
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=pypy
- TOX_ENV=pypy3
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3.3-5.2-alpha1"
install:
- pip install tox
- pip install -U setuptools
- pip install zc.buildout
- buildout bootstrap
- buildout
script:
- tox -e $TOX_ENV
- bin/test -v1
notifications:
email: false
cache:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py27-pure,py34,py35,pypy,pypy3,coverage
py26,py27,py27-pure,py34,py35,py36,pypy,pypy3,coverage

[testenv]
commands =
Expand Down

0 comments on commit 68fe290

Please sign in to comment.