File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,8 @@ python:
11
11
branches :
12
12
only :
13
13
- master
14
- # - devel
15
14
16
15
before_install :
17
- # cannot use sudo with the container-based infrastructure
18
- # - sudo apt-get update
19
-
20
16
# Install Miniconda
21
17
# We do this conditionally because it saves us some downloading if the
22
18
# version is the same.
@@ -35,18 +31,13 @@ before_install:
35
31
# Useful for debugging any issues with conda
36
32
- conda info -a
37
33
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
-
43
34
install :
44
35
# Setup environment
45
36
# pandas will bring dateutil numpy pytz setuptools six and scipy, we
46
37
# might want to avoid the later by installing all dependencies manually
47
38
# except scipy and install pandas with --no-deps
48
39
- 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
50
41
xlsxwriter pytest pytest-pep8
51
42
- source activate travisci
52
43
You can’t perform that action at this time.
0 commit comments