Skip to content

Commit

Permalink
add more test envs
Browse files Browse the repository at this point in the history
  • Loading branch information
erm0l0v committed Jul 1, 2015
1 parent adfdd12 commit b3f050f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,21 @@ python:
- "3.4"
- "3.3"
- "3.2"
- "3.1"
- "3.0"
- "2.7"
- "2.6"
- "2.5"
- "pypy"
env:
- PYTHON_VM=cpython
matrix:
include:
- python: 2.7
env: PYTHON_VM=ironpython
- python: pypy
env: PYTHON_VM=pypy
exclude:
- python: pypy
env: PYTHON_VM=cpython


# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,9 @@ def load_requirements(file_name):
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
Expand Down

0 comments on commit b3f050f

Please sign in to comment.