Skip to content

Commit d498968

Browse files
committed
dill library no longer supports python 3.4
1 parent c87d42e commit d498968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python:
99
# command to install dependencies
1010
install:
1111
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
12-
- "pip install dill"
12+
- if [[ $TRAVIS_PYTHON_VERSION -ne '3.4' ]]; then pip install dill; fi
1313
- "python setup.py install"
1414
# command to run tests
1515
script: python tests.py

0 commit comments

Comments
 (0)