Skip to content

Commit

Permalink
remove env from travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
bluenex committed Jan 23, 2020
1 parent cbb5d3e commit 7a3aab9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
python: "3.7"

notifications:
email: false
Expand All @@ -11,11 +12,6 @@ before_install:
jobs:
include:
- stage: test
env:
- 3.5
- 3.6
- 3.7
- 3.8
script:
- pytest --cov=pubmed_parser tests/ --verbose
after_success:
Expand Down

0 comments on commit 7a3aab9

Please sign in to comment.