Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cyprieng committed Jun 28, 2018
1 parent b59705f commit 5d8444a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: python
env:
- TOXENV=py34
- TOXENV=py33
- TOXENV=py27
- TOXENV=pypy
install: pip install -U tox
script: tox
python:
- "3.4"
- "2.7"
- pypy-5.4.1
script:
python setup.py test
deploy:
provider: pypi
distributions: sdist bdist_wheel
Expand Down

0 comments on commit 5d8444a

Please sign in to comment.