We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20115d4 commit e63a3eaCopy full SHA for e63a3ea
runtests_in_env.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-DJANGO_VERSIONS=("1.8" "1.9" "1.10" "1.11" "2.0")
+DJANGO_VERSIONS=("1.8" "1.9" "1.10" "1.11" "2.0", "2.1")
4
VIRTUALENV_DIR="envs"
5
BASEDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
6
0 commit comments