Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fastkml
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Aurélien Vermylen
fastkml
Commits
a1c4f551
Commit
a1c4f551
authored
Jul 17, 2014
by
Ian Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated travis.yml file to use pip + the requirements/test.txt file
parent
a63d6ff0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.travis.yml
.travis.yml
+2
-3
requirements/test.txt
requirements/test.txt
+1
-0
No files found.
.travis.yml
View file @
a1c4f551
...
@@ -9,14 +9,13 @@ python:
...
@@ -9,14 +9,13 @@ python:
env
:
env
:
-
LXML=true
-
LXML=true
-
LXML=false
-
LXML=false
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
# install: PLEASE CHANGE ME
install
:
install
:
-
pip install
coveralls --use-mirrors
-
pip install
--use-mirrors -r requirements/test.txt
-
if $LXML ==
true
; then pip install --use-mirrors lxml; fi
-
if $LXML ==
true
; then pip install --use-mirrors lxml; fi
# command to run tests, e.g. python setup.py test
# command to run tests, e.g. python setup.py test
script
:
script
:
coverage run --source=fastkml setup.py test
coverage run --source=fastkml setup.py test
...
...
requirements/test.txt
View file @
a1c4f551
-r common.txt
-r common.txt
pytest
pytest
coveralls
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