forked from google/python-fire
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds .travis.yml to Python Fire and updates setup.py
Copybara generated commit for Python Fire. Change-Id: If1ea92ddf10eb9719d93377b382c00f4d0b9670a Reviewed-on: https://team-review.git.corp.google.com/62984 Reviewed-by: David Bieber <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
language: python | ||
python: | ||
- "2.7" | ||
- "3.4" | ||
- "3.5" | ||
- "3.6" | ||
before_install: | ||
- pip install --upgrade setuptools pip | ||
install: | ||
- python setup.py develop | ||
script: nosetests --ignore-files=parser_fuzz_test.py |
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