Skip to content

Commit

Permalink
travis: test only for py3 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus committed Aug 14, 2017
1 parent 812df5c commit dd14fbe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- 2.7
- 3.6.1
- 3.6

install:
- sudo apt-get install python-biopython pymol
Expand All @@ -12,7 +11,7 @@ script:

after_success:
- bash <(curl -s https://codecov.io/bash)

notifications:
email:
- [email protected]

0 comments on commit dd14fbe

Please sign in to comment.