Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ matrix:

install:
- if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then pip install unittest2; fi
- pip install --upgrade setuptools
- pip install future
- pip install Pillow==3.4.2
- python setup.py install --quiet
- pip install --quiet pytest-cov
- pip install PyMySQL

script:
# test_05vector_07slp takes too long (so travis errors the build), it also fails on py2!
Expand Down