Skip to content

Commit 3c843d3

Browse files
updated travis install and test script and removed pypy from python list
1 parent c18f38a commit 3c843d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ python:
55
- '2.7'
66
- '3.3'
77
- '3.4'
8-
- pypy
98

109
install:
1110
- pip install -r requirements.txt --upgrade
1211
- pip install zetup[commands] --upgrade
1312
- pip install pytest --upgrade
1413
- pip install tox --upgrade
15-
- zetup install
14+
- pip install -e .
1615

1716
script:
1817
- zetup pytest
1918
- py.test -v test
2019
- zetup tox
20+
- tox -r -v

0 commit comments

Comments
 (0)