Skip to content

Commit e63a3ea

Browse files
committed
add django 2.1 to tests script
1 parent 20115d4 commit e63a3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtests_in_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
DJANGO_VERSIONS=("1.8" "1.9" "1.10" "1.11" "2.0")
3+
DJANGO_VERSIONS=("1.8" "1.9" "1.10" "1.11" "2.0", "2.1")
44
VIRTUALENV_DIR="envs"
55
BASEDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
66

0 commit comments

Comments
 (0)