Skip to content

Commit

Permalink
Attempting to udpage travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
bjherger committed Jun 15, 2018
1 parent abc0ec5 commit b73e190
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
language: python
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
# command to install dependencies
install:
- pip install -r requirements.txt
# command to run tests
script:
- pytest # or py.test for Python versions 3.5 and below

0 comments on commit b73e190

Please sign in to comment.