Skip to content

Commit

Permalink
Install cdecimal via URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Apr 12, 2016
1 parent 9b1a7f6 commit ea22936
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ envlist =
commands =
python mathfilters/tests.py
install_command =
pip install --allow-external cdecimal {opts} {packages}
pip install {opts} {packages}


############ Test Matrix ############
Expand Down Expand Up @@ -81,7 +81,7 @@ deps=
basepython=python2.7
deps=
django<1.9
cdecimal
http://www.bytereef.org/software/mpdecimal/releases/cdecimal-2.3.tar.gz

# Python 3.3

Expand All @@ -99,7 +99,7 @@ deps=
basepython=python3.3
deps=
django<1.9
cdecimal
http://www.bytereef.org/software/mpdecimal/releases/cdecimal-2.3.tar.gz

# Python 3.4

Expand All @@ -117,7 +117,7 @@ deps=
basepython=python3.4
deps=
django<1.9
cdecimal
http://www.bytereef.org/software/mpdecimal/releases/cdecimal-2.3.tar.gz

# Python 3.5

Expand Down Expand Up @@ -145,7 +145,7 @@ deps=
basepython=python3.5
deps=
django<1.9
cdecimal
http://www.bytereef.org/software/mpdecimal/releases/cdecimal-2.3.tar.gz

# Pypy

Expand Down

0 comments on commit ea22936

Please sign in to comment.