Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
updated travis-ci to get py3.7, pypy2.7 and pypy3.5 to work!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Jul 8, 2018
1 parent cfff8c8 commit 5c4e304
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: python
sudo: required
dist: trusty
group: deprecated-2017Q2
sudo: yes

jdk:
- oraclejdk8
Expand All @@ -24,8 +22,8 @@ python:
- "2.7"
- "3.6"
- "3.7"
- "pypy"
# - "pypy3"
- "pypy2.7"
- "pypy3.5"

install:
- pip install -r requirements.txt
Expand Down

0 comments on commit 5c4e304

Please sign in to comment.