Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pdbfixer
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pdbfixer
Commits
f2fe538a
Commit
f2fe538a
authored
Dec 06, 2016
by
peastman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Yet another attempt at fixing travis error
parent
2e6ce24f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
.travis.yml
+12
-6
No files found.
.travis.yml
View file @
f2fe538a
...
@@ -11,16 +11,22 @@ install:
...
@@ -11,16 +11,22 @@ install:
-
export PATH=$HOME/miniconda/bin:$PATH
-
export PATH=$HOME/miniconda/bin:$PATH
script
:
script
:
# Add conda channel
# Create a test environment
-
conda config --add channels $ORGNAME
-
conda create --yes -n test python=$python
# Activate the test environment
-
source activate test
# Add org channel
-
conda config --add channels ${ORGNAME}
# Add omnia dev channels
-
conda config --add channels https://conda.anaconda.org/omnia/label/dev
-
conda config --add channels https://conda.anaconda.org/omnia/label/dev
# Build the recipe
# Build the recipe
-
conda build devtools/conda-recipe
-
conda build devtools/conda-recipe
# Test the local installation
# Install the package
-
source activate _test
-
conda install --yes --use-local ${PACKAGENAME}-dev
# Install testing dependencies
-
conda install --yes --quiet nose nose-timer
-
conda install --yes --quiet nose nose-timer
#
Run tests
#
Test the package
-
cd devtools && nosetests $PACKAGENAME --nocapture --verbosity=2 --with-
doctest --with-timer -a "\!slow"
&& cd ..
-
cd devtools && nosetests $PACKAGENAME --nocapture --verbosity=2 --with-
timer --with-doctest -a '!slow'
&& cd ..
env
:
env
:
matrix
:
matrix
:
...
...
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