Skip to content
This repository was archived by the owner on Dec 27, 2021. It is now read-only.

Commit eaba7cc

Browse files
committed
Removing vagrant and docker steps from the travis build, since they dont work at all. Sigh.
1 parent 22c719e commit eaba7cc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@ language: python
22
python:
33
- "2.7"
44
before_install:
5-
- make sysinfo
6-
# - sudo apt-get install -qq python-software-properties
7-
# - sudo add-apt-repository -y ppa:dotcloud/lxc-docker
85
- sudo apt-get update -qq
96
- sudo apt-get install -qq python-dev swig
10-
# - sudo apt-get install -qq lxc-docker
117
# command to install dependencies
128
install: pip install -r REQUIREMENTS --use-mirrors
139
# command to run tests
1410
script: make build
1511
after_success:
1612
- coveralls
17-
- sudo apt-get install -qq vagrant
18-
- make end-to-end

0 commit comments

Comments
 (0)