CircleCI Mongo testing take 3

This commit is contained in:
rocky
2018-01-29 09:13:19 -05:00
parent 0452f3dcf9
commit 30090a09bf

View File

@@ -11,4 +11,4 @@ dependencies:
test:
override:
- python ./setup.py develop && make check-2.7
- bash ./test/stdlib/runtests.sh
- cd ./test/stdlib && pyenv local 2.7.10 && bash ./runtests.sh