Skip to content

Commit ebfe090

Browse files
committed
Update travis build
- Use python 3.6 instead of 3.4 - Remove old workaround to see if we still need it
1 parent be4fb14 commit ebfe090

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
python:
33
- 2.7
4-
- 3.4
4+
- 3.6
55

66
sudo: required
77

@@ -24,9 +24,6 @@ before_install:
2424
- export SEND_ERROR_MAIL=False
2525
- sudo mkdir /scratch/
2626
- sudo chmod 777 /scratch/
27-
# Work around for multiprocessing permission bug with Travis
28-
- sudo rm -rf /dev/shm
29-
- sudo ln -s /run/shm /dev/shm
3027
install:
3128
- pip install -r requirements.txt
3229
- pip install python-coveralls

0 commit comments

Comments
 (0)