mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-28 05:43:26 +08:00
try running travis on new framework
This commit is contained in:
+7
-5
@@ -1,8 +1,10 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
- 2.7
|
||||
# virtualenv:
|
||||
# system_site_packages: true
|
||||
|
||||
sudo: false
|
||||
|
||||
# Setup anaconda
|
||||
before_install:
|
||||
@@ -12,8 +14,8 @@ before_install:
|
||||
- export PATH=/home/travis/anaconda/bin:/home/travis/miniconda/bin:$PATH
|
||||
- conda update --yes conda
|
||||
# The next couple lines fix a crash with multiprocessing on Travis and are not specific to using Miniconda
|
||||
- sudo rm -rf /dev/shm
|
||||
- sudo ln -s /run/shm /dev/shm
|
||||
# - sudo rm -rf /dev/shm
|
||||
# - sudo ln -s /run/shm /dev/shm
|
||||
|
||||
# Install packages
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user