We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b936dfc commit 4261fe5Copy full SHA for 4261fe5
.travis.yml
@@ -9,6 +9,7 @@ python:
9
# command to install dependencies
10
install:
11
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
12
+ - "pip install dill"
13
- "python setup.py install"
14
# command to run tests
15
script: python tests.py
0 commit comments