Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.
Merged
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
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ language: python
sudo: false

install:
- pip install --upgrade pip
- pip install --upgrade tox
- pip install --upgrade pip tox

script:
- tox -e py27
- tox -e py34
- tox -e lint
- tox -e system-tests
- tox -e json-docs

after_success:
- tox -e coveralls
Expand Down
Loading