]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - .travis.yml
Cleanup tests/varstash_export.t
[zsh-autoenv.git] / .travis.yml
index 0427fb7380375dcafc674706803ae8233855e0d5..f9fb698a90a0cf50915c50d7cbee73375fb4657d 100644 (file)
@@ -1,10 +1,14 @@
 language: python
 python:
   - 3.4
-before_script:
-  - sudo apt-get install zsh
+env:
+  ZDOTDIR=tests/ZDOTDIR
+  ZDOTDIR=tests/ZDOTDIR.clobber
+  ZDOTDIR=tests/ZDOTDIR.invalid-module_path
+  ZDOTDIR=tests/ZDOTDIR.loadviafunction
 install:
-  - sudo pip install cram
+  - sudo apt-get install zsh
+  - pip install cram
 script:
   - zsh --version
-  - make test_full
+  - make test