-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'modernize-dev' into develop
see #151
- Loading branch information
Showing
7 changed files
with
56 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
language: python | ||
python: | ||
- "2.7" | ||
env: | ||
- TOXENV=py27 | ||
matrix: | ||
include: | ||
- python: "2.7" | ||
env: TOXENV=lint | ||
- python: "2.7" | ||
env: TOXENV=py27 | ||
- python: "pypy" | ||
env: TOXENV=pypy | ||
- python: "2.7" | ||
env: TOXENV=jy27 | ||
allow_failures: | ||
- python: "2.7" | ||
env: TOXENV=jy27 | ||
before_install: | ||
- sudo apt-get -qq update | ||
- sudo apt-get install -y libxml2-utils xsltproc | ||
install: | ||
- pip install -U setuptools pip wheel jip | ||
- pip install -U zc.buildout tox | ||
- buildout | ||
- tox --version | ||
- sort --version | ||
- env | sort | ||
- if [ "$TOXENV" == "jy27" ]; then make install-jython; fi | ||
script: | ||
- tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ babel | |
check-manifest | ||
coloredlogs | ||
flake8 | ||
jip | ||
jupyter | ||
lxml | ||
pip-tools >= 1.9.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters