Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
8495d502
Commit
8495d502
authored
Feb 07, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix travis
parent
0aa7446f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
.travis.yml
.travis.yml
+3
-4
setup.py
setup.py
+1
-1
No files found.
.travis.yml
View file @
8495d502
...
@@ -25,12 +25,12 @@ matrix:
...
@@ -25,12 +25,12 @@ matrix:
-
env
:
TF_VERSION=0.12.1 TF_TYPE=nightly
-
env
:
TF_VERSION=0.12.1 TF_TYPE=nightly
install
:
install
:
-
echo $TRAVIS_PYTHON_VERSION
# some packages on travis seem too old to work
-
pip install -U flake8 opencv-python
-
pip install -U pip packaging
-
pip install flake8 opencv-python
# Here we use opencv-python to overcome some travis probelms.
# Here we use opencv-python to overcome some travis probelms.
# Users are not recommended to use opencv-python because it brings issues working on GPU
# Users are not recommended to use opencv-python because it brings issues working on GPU
# together with tensorflow.
# together with tensorflow.
# - if [ -e requirements.txt ]; then pip install -r requirements.txt;else pip install -r requirements.pip;fi
-
./tests/install-tensorflow.sh
-
./tests/install-tensorflow.sh
-
pip install .
-
pip install .
...
@@ -42,7 +42,6 @@ before_script:
...
@@ -42,7 +42,6 @@ before_script:
script
:
script
:
-
flake8 .
-
flake8 .
-
cd examples && flake8 .
-
cd examples && flake8 .
# - export PYTHONPATH=$PYTHONPATH:$TRAVIS_BUILD_DIR
-
cd $TRAVIS_BUILD_DIR && python tests/test_examples.py
-
cd $TRAVIS_BUILD_DIR && python tests/test_examples.py
notifications
:
notifications
:
...
...
setup.py
View file @
8495d502
...
@@ -48,7 +48,7 @@ for s in scripts:
...
@@ -48,7 +48,7 @@ for s in scripts:
setup
(
setup
(
version
=
__version__
,
version
=
__version__
,
install_requires
=
req
,
install_requires
=
req
,
tests_require
=
[
'flake8'
]
tests_require
=
[
'flake8'
]
,
extras_require
=
{
extras_require
=
{
'all'
:
extra_req
'all'
:
extra_req
},
},
...
...
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