Fixing travis build

This commit is contained in:
GudniRos
2015-07-02 16:12:26 -07:00
parent b153053119
commit 08cbcd6ac2
2 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ before_install:
# Install packages
install:
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython osr
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython gdal
- pip install nose-cov python-coveralls
- cd ../
- git clone https://github.com/simpeg/simpeg.git
+14 -3
View File
@@ -83,13 +83,24 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 28,
"metadata": {
"collapsed": false
},
"outputs": [],
"outputs": [
{
"data": {
"text/plain": [
"105"
]
},
"execution_count": 28,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# problem.mapping.sigmaMap._transform(m_0)"
"m1d.nC"
]
},
{