-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use tox-travis for testing on travis
- Loading branch information
1 parent
9855d73
commit 3b6f941
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
sudo: false | ||
language: python | ||
|
||
python: | ||
- "2.7" | ||
- "pypy" | ||
- "3.3" | ||
- "3.4" | ||
- "3.5" | ||
- "pypy" | ||
- "pypy3" | ||
|
||
install: | ||
- pip install tox | ||
- pip install tox && pip install tox-travis | ||
|
||
script: tox | ||
|
||
before_install: | ||
- pip install codecov | ||
|
||
after_success: | ||
- codecov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters