Skip to content
This repository was archived by the owner on Oct 8, 2019. It is now read-only.

Commit fb412fa

Browse files
ramirojarshwah
authored andcommitted
Removed support for Python 2.7 and 3.4.
1 parent 0486387 commit fb412fa

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

README.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -105,23 +105,16 @@ Once inside the VM, you can run the tests by typing any of the pre-defined
105105
aliases. For example:
106106

107107
(vm) $ runtests36-mysql
108-
(vm) $ runtests34-sqlite3-gis gis_tests
108+
(vm) $ runtests35-sqlite3-gis gis_tests
109109
(vm) $ runtests35-postgres admin_widgets --selenium chrome
110110

111111
Supported commands
112112
------------------
113113

114114
```
115-
runtests-isort runtests27-sqlite3 runtests34-sqlite3
116-
runtests-flake8 runtests27-sqlite3-gis runtests34-sqlite3-gis
117-
runtests-docs runtests27-mysql runtests34-mysql
118-
runtests27-mysql-gis runtests34-mysql-gis
119-
runtests27-postgres runtests34-postgres
120-
runtests27-postgres-gis runtests34-postgres-gis
121-
122-
runtests35-sqlite3 runtests36-sqlite3
123-
runtests35-sqlite3-gis runtests36-sqlite3-gis
124-
runtests35-mysql runtests36-mysql
115+
runtests-isort runtests35-sqlite3 runtests36-sqlite3
116+
runtests-flake8 runtests35-sqlite3-gis runtests36-sqlite3-gis
117+
runtests-docs runtests35-mysql runtests36-mysql
125118
runtests35-mysql-gis runtests36-mysql-gis
126119
runtests35-postgres runtests36-postgres
127120
runtests35-postgres-gis runtests36-postgres-gis

roles/python/vars/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
python_versions:
2-
- 2.7
3-
- 3.4
42
- 3.5
53
- 3.6
64

0 commit comments

Comments
 (0)