diff options
author | Martin Vilcans <martin@librador.com> | 2013-08-13 20:35:23 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2013-08-13 20:35:23 +0200 |
commit | 7c6b6202af6054f7cc5f05ebe5c602a3eb45f12b (patch) | |
tree | 2adce6ed36ffeab6a3aa828697552594edd575fb /.travis.yml | |
parent | cc0a0892fd328ba35cecba0a470f8b0597c4a63e (diff) | |
download | screenplain-7c6b6202af6054f7cc5f05ebe5c602a3eb45f12b.tar.gz |
Python 3 dependencies and Travis config
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 0253859..e3d0c33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: python python: - - "2.7" - - "2.6" - - "2.5" -install: pip install -r requirements.txt + - "3.3" +install: pip install -r requirements-py3.txt script: bin/test |