Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Commit

Permalink
Try Travis container-based infrastructure #8
Browse files Browse the repository at this point in the history
  • Loading branch information
moschlar committed Mar 31, 2015
1 parent 23db015 commit db60f36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_install:
- git submodule update --init --recursive
install:
- travis_retry pip install Pygments
- travis_retry pip install --trusted-host tg.gy --extra-index-url http://tg.gy/${TG2_VERSION//./}/ TurboGears2==${TG2_VERSION}
- travis_retry pip install --trusted-host tg.gy --extra-index-url http://tg.gy/${TG2_VERSION//./}/ Pylons==1.0 TurboGears2==${TG2_VERSION}
- travis_retry pip install -e .[similarity,lti,nosetests]
- travis_retry pip install psycopg2 mysql-python
- travis_retry pip install python-coveralls codecov
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,6 @@
[paste.app_install]
main = pylons.util:PylonsInstaller
[nose.plugins]
pylons = pylons.test:PylonsPlugin
''',
dependency_links=[
'http://tg.gy/current/',
Expand Down

0 comments on commit db60f36

Please sign in to comment.