Skip to content

Commit

Permalink
Run Travis tests against older version of python-dateutil
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanss committed Jan 12, 2017
1 parent 98df1ab commit 0a88c74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ python:
- 3.4
- 3.5
- pypy
- pypy3

env:
- DATEUTIL=python-dateutil==2.2
- DATEUTIL=python-dateutil

install:
- pip install $DATEUTIL
- python setup.py install
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install flake8==2.6.2; fi
- if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then pip install flake8; fi
Expand Down

0 comments on commit 0a88c74

Please sign in to comment.