Skip to content

Commit 4261fe5

Browse files
committed
have travis install dill to test pickling
1 parent b936dfc commit 4261fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ python:
99
# command to install dependencies
1010
install:
1111
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
12+
- "pip install dill"
1213
- "python setup.py install"
1314
# command to run tests
1415
script: python tests.py

0 commit comments

Comments
 (0)