Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fact_helper_file
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-gitdep
fact_helper_file
Commits
96e88c19
Commit
96e88c19
authored
Feb 16, 2019
by
dorp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added travis config
parent
2c68a220
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
.travis.yml
.travis.yml
+11
-0
setup.py
setup.py
+0
-1
No files found.
.travis.yml
0 → 100644
View file @
96e88c19
dist
:
xenial
language
:
python
python
:
-
3.5
-
3.6
install
:
-
python3 setup.py build
-
python3 setup.py install
-
pip3 install -r requirements-dev.txt
script
:
-
py.test --cov=./fact_helper_file
setup.py
View file @
96e88c19
...
...
@@ -39,7 +39,6 @@ with OperateInDirectory(str(MIME_DIR)):
)
if
file_code
!=
0
:
exit
(
'Failed to properly compile magic file
\n
{}'
.
format
(
file_output
))
print
(
'!!!!!
\n\n\n
!!!!!!'
)
setup
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment