Skip to content
Open
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
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ python:
- 3.4
- 3.5
- pypy
install:
- pypy3
cache: pip
before_install:
- pip uninstall -y nose
- pip install -r requirements.txt --use-mirrors
script:
- python setup.py build_tests || python setup.py egg_info; python selftest.py