-
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.
Merge pull request #4 from PrimarySite/develop
Add DACrudBasePermission.
- Loading branch information
Showing
18 changed files
with
674 additions
and
945 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,6 +1,7 @@ | ||
language: python | ||
python: | ||
- '3.4' | ||
- '3.5' | ||
- '2.7' | ||
install: | ||
- pip install -r tests/requirements.txt | ||
|
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
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,17 @@ | ||
## Customize the test machine | ||
machine: | ||
python: | ||
version: 3.5.1 | ||
|
||
dependencies: | ||
|
||
pre: | ||
- pip install --upgrade pip | ||
- pip install -r tests/requirements.txt | ||
|
||
test: | ||
override: | ||
- coverage run runtests.py | ||
|
||
post: | ||
- codecov --token=d1a7380f-e48e-4280-80b5-9004a70e935b |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.