Skip to content

Commit

Permalink
simplify travis.yml for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlostong committed Sep 17, 2018
1 parent c2ea908 commit f02d4c8
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
language: python

branches:
only:
- jtong/travisci

python:
- "2.7"
- "3.4"
- "3.5.5"
- "3.6"
- "pypy"
- "pypy3"
# - "3.4"
# - "3.5.5"
# - "3.6"
# - "pypy"
# - "pypy3"

install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
before_script: "pep8"
addons:
Expand Down

0 comments on commit f02d4c8

Please sign in to comment.