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 c87d42e commit d498968Copy full SHA for d498968
.travis.yml
@@ -9,7 +9,7 @@ python:
9
# command to install dependencies
10
install:
11
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
12
- - "pip install dill"
+ - if [[ $TRAVIS_PYTHON_VERSION -ne '3.4' ]]; then pip install dill; fi
13
- "python setup.py install"
14
# command to run tests
15
script: python tests.py
0 commit comments