add a verification that conda version is correct

this isn't linked to the version in the file, so will need to be updated in sync
pull/576/head
Min RK 2019-02-08 12:46:47 +01:00
rodzic 6e91681def
commit 7ade437de4
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -4,3 +4,5 @@ import sys
assert sys.version_info[:2] == (3, 5), sys.version
import numpy
import conda
assert conda.__version__ == '4.5.12', conda.__version__