]> Sergey Matveev's repositories - zsh-autoenv.git/blob - .travis.yml
tests: setup.sh: export TEST_AUTOENV_PLUGIN_FILE
[zsh-autoenv.git] / .travis.yml
1 language: python
2 python:
3   - "3.3"
4 before_script:
5   - "sudo apt-get install zsh"
6 install: "sudo pip install cram"
7 script: "make test_full"