@@ -1695,141 +1695,9 @@ setenv =
1695
1695
UID = 112
1696
1696
1697
1697
1698
- [testenv:python3.5-1.5-postgres]
1699
- commands =
1700
- sh -c " dropdb pytest_django_113; createdb pytest_django_113 || exit 0"
1701
- py.test --ds =pytest_django_test.settings_postgres --strict -r fEsxXw {posargs:tests}
1702
- basepython = python3.5
1703
- deps =
1704
- pytest ==2.7.3
1705
- pytest-xdist ==1.13.1
1706
- Django>=1.5,<1.6
1707
- django-configurations ==0.8
1708
- psycopg2 ==2.6.1
1709
- setenv =
1710
- PYTHONPATH = {toxinidir}
1711
- UID = 113
1712
-
1713
-
1714
- [testenv:python3.5-1.5-sqlite]
1715
- commands =
1716
- py.test --ds =pytest_django_test.settings_sqlite --strict -r fEsxXw {posargs:tests}
1717
- basepython = python3.5
1718
- deps =
1719
- pytest ==2.7.3
1720
- pytest-xdist ==1.13.1
1721
- Django>=1.5,<1.6
1722
- django-configurations ==0.8
1723
- setenv =
1724
- PYTHONPATH = {toxinidir}
1725
- UID = 114
1726
-
1727
-
1728
- [testenv:python3.5-1.5-sqlite_file]
1729
- commands =
1730
- py.test --ds =pytest_django_test.settings_sqlite_file --strict -r fEsxXw {posargs:tests}
1731
- basepython = python3.5
1732
- deps =
1733
- pytest ==2.7.3
1734
- pytest-xdist ==1.13.1
1735
- Django>=1.5,<1.6
1736
- django-configurations ==0.8
1737
- setenv =
1738
- PYTHONPATH = {toxinidir}
1739
- UID = 115
1740
-
1741
-
1742
- [testenv:python3.5-1.6-postgres]
1743
- commands =
1744
- sh -c " dropdb pytest_django_116; createdb pytest_django_116 || exit 0"
1745
- py.test --ds =pytest_django_test.settings_postgres --strict -r fEsxXw {posargs:tests}
1746
- basepython = python3.5
1747
- deps =
1748
- pytest ==2.7.3
1749
- pytest-xdist ==1.13.1
1750
- Django>=1.6,<1.7
1751
- django-configurations ==0.8
1752
- psycopg2 ==2.6.1
1753
- setenv =
1754
- PYTHONPATH = {toxinidir}
1755
- UID = 116
1756
-
1757
-
1758
- [testenv:python3.5-1.6-sqlite]
1759
- commands =
1760
- py.test --ds =pytest_django_test.settings_sqlite --strict -r fEsxXw {posargs:tests}
1761
- basepython = python3.5
1762
- deps =
1763
- pytest ==2.7.3
1764
- pytest-xdist ==1.13.1
1765
- Django>=1.6,<1.7
1766
- django-configurations ==0.8
1767
- setenv =
1768
- PYTHONPATH = {toxinidir}
1769
- UID = 117
1770
-
1771
-
1772
- [testenv:python3.5-1.6-sqlite_file]
1773
- commands =
1774
- py.test --ds =pytest_django_test.settings_sqlite_file --strict -r fEsxXw {posargs:tests}
1775
- basepython = python3.5
1776
- deps =
1777
- pytest ==2.7.3
1778
- pytest-xdist ==1.13.1
1779
- Django>=1.6,<1.7
1780
- django-configurations ==0.8
1781
- setenv =
1782
- PYTHONPATH = {toxinidir}
1783
- UID = 118
1784
-
1785
-
1786
- [testenv:python3.5-1.7-postgres]
1787
- commands =
1788
- sh -c " dropdb pytest_django_119; createdb pytest_django_119 || exit 0"
1789
- py.test --ds =pytest_django_test.settings_postgres --strict -r fEsxXw {posargs:tests}
1790
- basepython = python3.5
1791
- deps =
1792
- pytest ==2.7.3
1793
- pytest-xdist ==1.13.1
1794
- Django>=1.7,<1.8
1795
- django-configurations ==0.8
1796
- psycopg2 ==2.6.1
1797
- setenv =
1798
- PYTHONPATH = {toxinidir}
1799
- UID = 119
1800
-
1801
-
1802
- [testenv:python3.5-1.7-sqlite]
1803
- commands =
1804
- py.test --ds =pytest_django_test.settings_sqlite --strict -r fEsxXw {posargs:tests}
1805
- basepython = python3.5
1806
- deps =
1807
- pytest ==2.7.3
1808
- pytest-xdist ==1.13.1
1809
- Django>=1.7,<1.8
1810
- django-configurations ==0.8
1811
- setenv =
1812
- PYTHONPATH = {toxinidir}
1813
- UID = 120
1814
-
1815
-
1816
- [testenv:python3.5-1.7-sqlite_file]
1817
- commands =
1818
- py.test --ds =pytest_django_test.settings_sqlite_file --strict -r fEsxXw {posargs:tests}
1819
- basepython = python3.5
1820
- deps =
1821
- pytest ==2.7.3
1822
- pytest-xdist ==1.13.1
1823
- Django>=1.7,<1.8
1824
- django-configurations ==0.8
1825
- setenv =
1826
- PYTHONPATH = {toxinidir}
1827
- UID = 121
1828
-
1829
-
1830
1698
[testenv:python3.5-1.8-postgres]
1831
1699
commands =
1832
- sh -c " dropdb pytest_django_122 ; createdb pytest_django_122 || exit 0"
1700
+ sh -c " dropdb pytest_django_113 ; createdb pytest_django_113 || exit 0"
1833
1701
py.test --ds =pytest_django_test.settings_postgres --strict -r fEsxXw {posargs:tests}
1834
1702
basepython = python3.5
1835
1703
deps =
@@ -1840,7 +1708,7 @@ deps =
1840
1708
psycopg2 ==2.6.1
1841
1709
setenv =
1842
1710
PYTHONPATH = {toxinidir}
1843
- UID = 122
1711
+ UID = 113
1844
1712
1845
1713
1846
1714
[testenv:python3.5-1.8-sqlite]
@@ -1854,7 +1722,7 @@ deps =
1854
1722
django-configurations ==0.8
1855
1723
setenv =
1856
1724
PYTHONPATH = {toxinidir}
1857
- UID = 123
1725
+ UID = 114
1858
1726
1859
1727
1860
1728
[testenv:python3.5-1.8-sqlite_file]
@@ -1868,12 +1736,12 @@ deps =
1868
1736
django-configurations ==0.8
1869
1737
setenv =
1870
1738
PYTHONPATH = {toxinidir}
1871
- UID = 124
1739
+ UID = 115
1872
1740
1873
1741
1874
1742
[testenv:python3.5-master-postgres]
1875
1743
commands =
1876
- sh -c " dropdb pytest_django_125 ; createdb pytest_django_125 || exit 0"
1744
+ sh -c " dropdb pytest_django_116 ; createdb pytest_django_116 || exit 0"
1877
1745
py.test --ds =pytest_django_test.settings_postgres --strict -r fEsxXw {posargs:tests}
1878
1746
basepython = python3.5
1879
1747
deps =
@@ -1884,7 +1752,7 @@ deps =
1884
1752
psycopg2 ==2.6.1
1885
1753
setenv =
1886
1754
PYTHONPATH = {toxinidir}
1887
- UID = 125
1755
+ UID = 116
1888
1756
1889
1757
1890
1758
[testenv:python3.5-master-sqlite]
@@ -1898,7 +1766,7 @@ deps =
1898
1766
django-configurations ==0.8
1899
1767
setenv =
1900
1768
PYTHONPATH = {toxinidir}
1901
- UID = 126
1769
+ UID = 117
1902
1770
1903
1771
1904
1772
[testenv:python3.5-master-sqlite_file]
@@ -1912,4 +1780,4 @@ deps =
1912
1780
django-configurations ==0.8
1913
1781
setenv =
1914
1782
PYTHONPATH = {toxinidir}
1915
- UID = 127
1783
+ UID = 118
0 commit comments