Skip to content

Commit

Permalink
Merge 3e719e5 into 7f7e1e0
Browse files Browse the repository at this point in the history
  • Loading branch information
JarnoRFB committed Jun 3, 2019
2 parents 7f7e1e0 + 3e719e5 commit 78198df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
sudo: false
dist: xenial
install:
- pip install tox
matrix:
Expand All @@ -8,13 +9,17 @@ matrix:
env: TOX_ENV=py27
- python: "3.5"
env: TOX_ENV=py35
- python: "3.6"
env: TOX_ENV=py36
- python: "3.7"
env: TOX_ENV=py37
- python: "3.6"
env: TOX_ENV=tensorflow-1
- python: "3.6"
env: TOX_ENV=tensorflow-2
- python: "3.6"
env: TOX_ENV=flake8
- python: "3.5"
- python: "3.6"
env: TOX_ENV=coverage
script:
- tox -e $TOX_ENV
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,5 @@ in Proceedings of the 15th Python in Science Conference (SciPy 2017), Austin, Te
:target: https://scrutinizer-ci.com/g/IDSIA/sacred/
:alt: Code Scrutinizer Quality

.. |codacy| image:: https://img.shields.io/codacy/acb7bba4467e47deaf260d6df5c0279f.svg?style=flat
:target: https://www.codacy.com/app/qwlouse/sacred
:alt: Codacity rating


2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Utilities
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artificial Intelligence
Expand Down

0 comments on commit 78198df

Please sign in to comment.