diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2014-11-30 08:04:36 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2014-11-30 08:04:36 +0100 |
| commit | e06d87b3b6a7917e3c1124af41a3d65f116482ba (patch) | |
| tree | 3545e9b38378f4a46434d2c7e0552f8407ff3be9 | |
| parent | 3d0bdf20c5f558258c08805a3ba546481d29ebac (diff) | |
| download | sqlparse-e06d87b3b6a7917e3c1124af41a3d65f116482ba.tar.gz | |
Update travis.yml.
Crossing my fingers that it'll not break.
| -rw-r--r-- | .travis.yml | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml index 60e486d..e2a3606 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,11 @@ language: python -python: 2.7 -env: - - TOX_ENV=py26 - - TOX_ENV=py27 - - TOX_ENV=py32 - - TOX_ENV=py33 - - TOX_ENV=pypy -before_install: - - sudo apt-get install pypy +python: + - "2.6" + - "2.7" + - "3.2" + - "3.3" + - "3.4" + - "pypy" install: - - pip install tox -script: - - tox -e $TOX_ENV + - pip install pytest +script: py.test |
