Skip to content

Commit aa05464

Browse files
committed
cleanup travis config
1 parent c9b31a3 commit aa05464

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.travis.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ python:
1111
branches:
1212
only:
1313
- master
14-
#- devel
1514

1615
before_install:
17-
# cannot use sudo with the container-based infrastructure
18-
# - sudo apt-get update
19-
2016
# Install Miniconda
2117
# We do this conditionally because it saves us some downloading if the
2218
# version is the same.
@@ -35,18 +31,13 @@ before_install:
3531
# Useful for debugging any issues with conda
3632
- conda info -a
3733

38-
# The next couple lines fix a crash with multiprocessing on Travis
39-
# and are not specific to using Miniconda
40-
# - sudo rm -rf /dev/shm
41-
# - sudo ln -s /run/shm /dev/shm
42-
4334
install:
4435
# Setup environment
4536
# pandas will bring dateutil numpy pytz setuptools six and scipy, we
4637
# might want to avoid the later by installing all dependencies manually
4738
# except scipy and install pandas with --no-deps
4839
- conda create -n travisci --yes python=${TRAVIS_PYTHON_VERSION:0:3}
49-
numpy pandas pytables pyqt qtpy matplotlib xlrd openpyxl
40+
numpy pandas pytables matplotlib xlrd openpyxl
5041
xlsxwriter pytest pytest-pep8
5142
- source activate travisci
5243

0 commit comments

Comments
 (0)