try running travis on new framework

This commit is contained in:
Lindsey Heagy
2015-12-21 14:08:02 -08:00
parent 66156481da
commit f82efee096
+7 -5
View File
@@ -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: