Skip to content

Commit 2521c92

Browse files
committed
Remove terrarium from travis again
1 parent fdc88c7 commit 2521c92

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ before_install:
1010
- phantomjs --version
1111
- phantomjs --webdriver= &
1212
install:
13-
- pip install https://github.com/stefanw/terrarium/archive/develop.zip boto
14-
- terrarium key requirements-test.txt
15-
- terrarium --virtualenv-log-level 30 --pip-log-level 30 --target froideenv --remote-key-format "users/stwe/froideenv/%(arch)s-%(python_vmajor)s.%(python_vminor)s-%(digest)s" install requirements-test.txt || (wget "http://assets.okfnlabs.org.s3.amazonaws.com/users/stwe/froideenv/`terrarium key requirements-test.txt`" ; terrarium --pip-log-level 30 --virtualenv-log-level 30 --no-upload --s3-bucket "" --target froideenv --storage-dir . install requirements-test.txt)
16-
- source froideenv/bin/activate
17-
- which python
18-
- sudo pip install -e .
13+
- pip install -r requirements-test.txt
14+
- pip install -e .
1915
script:
2016
- make test
2117
branches:

0 commit comments

Comments
 (0)