Merge lp:~coreygoldberg/selenium-simple-test/tox-switch-crate into lp:selenium-simple-test

Proposed by Corey Goldberg
Status: Merged
Approved by: Corey Goldberg
Approved revision: 434
Merged at revision: 434
Proposed branch: lp:~coreygoldberg/selenium-simple-test/tox-switch-crate
Merge into: lp:selenium-simple-test
Diff against target: 12 lines (+0/-2)
1 file modified
tox.ini (+0/-2)
To merge this branch: bzr merge lp:~coreygoldberg/selenium-simple-test/tox-switch-crate
Reviewer Review Type Date Requested Status
Leo Arias (community) code review Approve
Review via email: mp+184339@code.launchpad.net

Commit message

switched back to pypi from crate.io for tox packages in tests

Description of the change

switched back to pypi from crate.io for tox packages.
since PyPI has moved to a CDN, it is more reliable to get packages from for dev testing using tox. No need for crate.io server anymore.

To post a comment you must log in.
Revision history for this message
Leo Arias (elopio) :
review: Approve (code review)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tox.ini'
2--- tox.ini 2013-07-01 14:22:56 +0000
3+++ tox.ini 2013-09-06 15:55:24 +0000
4@@ -5,8 +5,6 @@
5
6 [tox]
7 envlist = py27
8-indexserver =
9- default = https://pypi.crate.io/simple
10
11 [testenv]
12 deps =

Subscribers

People subscribed via source and target branches