Skip to content

Commit

Permalink
require AlphaTwirl 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Aug 12, 2018
1 parent e076c36 commit a921776
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@ matrix:
- python: 2.7
env: ALPHATWIRL=master ROOT=6.04 PANDAS=0.22
- python: 2.7
env: ALPHATWIRL=v0.18.5 ROOT=6.04 PANDAS=0.22
env: ALPHATWIRL=v0.20.0 ROOT=6.04 PANDAS=0.22
- python: 3.6
env: ALPHATWIRL=master ROOT=6.05 PANDAS=0.22
- python: 3.6
env: ALPHATWIRL=v0.19.0 ROOT=6.05 PANDAS=0.22
- python: 3.6
env: ALPHATWIRL=v0.18.5 ROOT=6.05 PANDAS=0.22
env: ALPHATWIRL=v0.20.0 ROOT=6.05 PANDAS=0.22
allow_failures:
- python: 2.7
env: ALPHATWIRL=master ROOT=6.04 PANDAS=0.22
- python: 2.7
env: ALPHATWIRL=v0.18.5 ROOT=6.04 PANDAS=0.22
env: ALPHATWIRL=v0.20.0 ROOT=6.04 PANDAS=0.22

install:
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then curl --silent http://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh -o miniconda.sh; fi
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
'Programming Language :: Python :: 3.6',
],
packages=find_packages(exclude=['docs', 'tests']),
install_requires=['alphatwirl>=0.18.5'],
install_requires=['alphatwirl>=0.20.0'],
)

0 comments on commit a921776

Please sign in to comment.