File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,8 @@ before_install:
10
10
- phantomjs --version
11
11
- phantomjs --webdriver= &
12
12
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 .
19
15
script :
20
16
- make test
21
17
branches :
You can’t perform that action at this time.
0 commit comments